File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkgs/development/python-modules/archspec Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010
1111buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments