Skip to content

Commit ed29358

Browse files
authored
Merge pull request #279104 from fabaff/archspec-bump
python311Packages.archspec: 0.2.1 -> 0.2.2
2 parents ac30c81 + 6dace05 commit ed29358

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/development/python-modules/archspec/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
buildPythonPackage rec {
1212
pname = "archspec";
13-
version = "0.2.1";
14-
format = "pyproject";
13+
version = "0.2.2";
14+
pyproject = true;
1515

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchFromGitHub {
19-
owner = pname;
20-
repo = pname;
19+
owner = "archspec";
20+
repo = "archspec";
2121
rev = "refs/tags/v${version}";
2222
fetchSubmodules = true;
23-
hash = "sha256-2rMsxSAnPIVqvsbAUtBbHLb3AvrZFjGzxYO6A/1qXnY=";
23+
hash = "sha256-6+1TiXCBqW8YH/ggZhRcZV/Tyh8Ku3ocwxf9z9KrCZY=";
2424
};
2525

2626
nativeBuildInputs = [
@@ -43,7 +43,7 @@ buildPythonPackage rec {
4343
meta = with lib; {
4444
description = "Library for detecting, labeling, and reasoning about microarchitectures";
4545
homepage = "https://archspec.readthedocs.io/";
46-
changelog = "https://github.com/archspec/archspec/releases/tag/v0.2.1";
46+
changelog = "https://github.com/archspec/archspec/releases/tag/v${version}";
4747
license = with licenses; [ mit asl20 ];
4848
maintainers = with maintainers; [ atila ];
4949
};

0 commit comments

Comments
 (0)