about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-12-10 10:53:24 +0100
committerGitHub <noreply@github.com>2021-12-10 10:53:24 +0100
commit109c80a5527512b310f6ca90eb5b0ab89bbaa24e (patch)
tree08046eaf94e9413443604cc1e1946f47d83fe2d0 /pkgs
parent3bf4231836ea904c64861d071f3298584bf114b3 (diff)
parent3ef64664ec09c665202df4a9699fb34bc334d4b6 (diff)
Merge pull request #150015 from fabaff/bump-cyclonedx-python-lib
python3Packages.cyclonedx-python-lib: 0.11.1 -> 0.12.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/cyclonedx-python-lib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cyclonedx-python-lib/default.nix b/pkgs/development/python-modules/cyclonedx-python-lib/default.nix
index aec7d975a77c8..e4f007cf83939 100644
--- a/pkgs/development/python-modules/cyclonedx-python-lib/default.nix
+++ b/pkgs/development/python-modules/cyclonedx-python-lib/default.nix
@@ -16,7 +16,7 @@
 
 buildPythonPackage rec {
   pname = "cyclonedx-python-lib";
-  version = "0.11.1";
+  version = "0.12.2";
   format = "pyproject";
 
   disabled = pythonOlder "3.6";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
     owner = "CycloneDX";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-+Gu9WaGC2R5TC8XSqDNSJ3t7aMS69IeeKTzytYFcHvE=";
+    sha256 = "sha256-+NIC+dxajG5wffIFUC5MqRAiodh8ynO1fp1XTOxaR1g=";
   };
 
   nativeBuildInputs = [