about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2021-12-17 09:08:33 +0100
committerGitHub <noreply@github.com>2021-12-17 09:08:33 +0100
commit8a753e5f1ae5ab295c2bf739c6005bc3104a57ac (patch)
tree73c305159c1e477acf662b79a346e064a4e23a59 /pkgs
parent933b1b73de61c924a1f7802eda01201d8c91dada (diff)
parent963a24dceac2ab00de950c85c2734674a3a3d22b (diff)
Merge pull request #151021 from r-ryantm/auto-update/python3.8-cyclonedx-python-lib
python38Packages.cyclonedx-python-lib: 0.12.2 -> 0.12.3
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 e4f007cf83939..75f9c29607dac 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.12.2";
+  version = "0.12.3";
   format = "pyproject";
 
   disabled = pythonOlder "3.6";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
     owner = "CycloneDX";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-+NIC+dxajG5wffIFUC5MqRAiodh8ynO1fp1XTOxaR1g=";
+    sha256 = "1404wcwjglq025n8ncsrl2h64g1sly83cs9sc6jpiw1g5ay4a1vi";
   };
 
   nativeBuildInputs = [