Unverified Commit 66a0f74b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.lib4sbom: 0.8.3 -> 0.8.4 (#400780)

parents fec17c33 7779aaee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "lib4sbom";
  version = "0.8.3";
  version = "0.8.4";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "anthonyharrison";
    repo = "lib4sbom";
    tag = "v${version}";
    hash = "sha256-7ERjzfMIz1tRvShxO2hR+DzRYyfV3KxpHmgJTLErnRw=";
    hash = "sha256-QTYtaEo5LdDPfv8KgQ3IUJgKphQl2xyQXrcSn19IeKo=";
  };

  build-system = [ setuptools ];