Skip to content

Commit

Permalink
python312Packages.cyclonedx-python-lib: 7.6.0 -> 7.6.1 (NixOS#342823)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Sep 18, 2024
2 parents 2a05def + 9733b2f commit 253b16d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

buildPythonPackage rec {
pname = "cyclonedx-python-lib";
version = "7.6.0";
version = "7.6.1";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "CycloneDX";
repo = "cyclonedx-python-lib";
rev = "refs/tags/v${version}";
hash = "sha256-4778eTsgHxVnbJiFvZdOIXtRUeZ0S3nANEGC3eNlEpU=";
hash = "sha256-KvP3msV2qIn26pSLv0XrxnwqRx7uWcllLTJg9vig5V0=";
};

pythonRelaxDeps = [ "py-serializable" ];
Expand Down

0 comments on commit 253b16d

Please sign in to comment.