File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/lib4sbom Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "lib4sbom" ;
15- version = "0.8.1 " ;
15+ version = "0.8.3 " ;
1616 pyproject = true ;
1717
1818 disabled = pythonOlder "3.7" ;
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121 owner = "anthonyharrison" ;
2222 repo = "lib4sbom" ;
2323 tag = "v${ version } " ;
24- hash = "sha256-OxYYHiV7TuPiLyd/rdrGfY3agv0vBcATaod37XYb7DY =" ;
24+ hash = "sha256-7ERjzfMIz1tRvShxO2hR+DzRYyfV3KxpHmgJTLErnRw =" ;
2525 } ;
2626
2727 build-system = [ setuptools ] ;
@@ -60,7 +60,7 @@ buildPythonPackage rec {
6060 meta = with lib ; {
6161 description = "Library to ingest and generate SBOMs" ;
6262 homepage = "https://github.com/anthonyharrison/lib4sbom" ;
63- changelog = "https://github.com/anthonyharrison/lib4sbom/releases/tag/v ${ version } " ;
63+ changelog = "https://github.com/anthonyharrison/lib4sbom/releases/tag/${ src . tag } " ;
6464 license = licenses . asl20 ;
6565 maintainers = with maintainers ; [ teatwig ] ;
6666 } ;
You can’t perform that action at this time.
0 commit comments