Skip to content

Commit

Permalink
python312Packages.lib4sbom: 0.7.5 -> 0.8.1 (#365565)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 29, 2024
2 parents cabf766 + d9759af commit 636420e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/lib4sbom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

buildPythonPackage rec {
pname = "lib4sbom";
version = "0.7.5";
version = "0.8.1";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "anthonyharrison";
repo = "lib4sbom";
rev = "refs/tags/v${version}";
hash = "sha256-NWrHz4G5Ps5GoZUcx0LiSQzbTZlU4eGYgli6znG+NSs=";
tag = "v${version}";
hash = "sha256-OxYYHiV7TuPiLyd/rdrGfY3agv0vBcATaod37XYb7DY=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 636420e

Please sign in to comment.