lol

python310Packages.archspec: 0.2.0 -> 0.2.1

Diff: https://github.com/archspec/archspec.git/compare/refs/tags/v0.2.0...v0.2.1

Changelog: https://github.com/archspec/archspec/releases/tag/v0.2.1

+3 -3
+3 -3
pkgs/development/python-modules/archspec/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "archspec"; 13 - version = "0.2.0"; 13 + version = "0.2.1"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 20 20 repo = pname; 21 21 rev = "refs/tags/v${version}"; 22 22 fetchSubmodules = true; 23 - hash = "sha256-Zu7/zx3FTVJVGpAdRDdnLBokeodspZg6ou/GBaqz4XY="; 23 + hash = "sha256-2rMsxSAnPIVqvsbAUtBbHLb3AvrZFjGzxYO6A/1qXnY="; 24 24 }; 25 25 26 26 nativeBuildInputs = [ ··· 43 43 meta = with lib; { 44 44 description = "Library for detecting, labeling, and reasoning about microarchitectures"; 45 45 homepage = "https://archspec.readthedocs.io/"; 46 - changelog = "https://github.com/archspec/archspec/releases/tag/v0.2.0"; 46 + changelog = "https://github.com/archspec/archspec/releases/tag/v0.2.1"; 47 47 license = with licenses; [ mit asl20 ]; 48 48 maintainers = with maintainers; [ atila ]; 49 49 };