Skip to content

Commit d48056f

Browse files
committed
python312Packages.lib4sbom: 0.8.1 -> 0.8.3
1 parent aa7b2df commit d48056f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
buildPythonPackage 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
};

0 commit comments

Comments
 (0)