From ddc113bd3d19f3876e96c2b67eb3e1a92b1320ee Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 30 Jun 2023 09:13:22 +0200 Subject: [PATCH] python311Packages.cyclonedx-python-lib: 4.0.0 -> 4.0.1 Diff: https://github.com/CycloneDX/cyclonedx-python-lib/compare/refs/tags/v4.0.0...v4.0.1 Changelog: https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v4.0.1 --- .../python-modules/cyclonedx-python-lib/default.nix | 4 ++-- 1 file 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 e8ba85c3a98a..b6bbf7b2dfc6 100644 --- a/pkgs/development/python-modules/cyclonedx-python-lib/default.nix +++ b/pkgs/development/python-modules/cyclonedx-python-lib/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { pname = "cyclonedx-python-lib"; - version = "4.0.0"; + version = "4.0.1"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -31,7 +31,7 @@ buildPythonPackage rec { owner = "CycloneDX"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-xXtUEunPYiuVh+1o4xoFutGstZ918ju5xK5zLvgbLHc="; + hash = "sha256-GCY7M0XnVsGyuADSq/EzOy9fged5frj+hRDLhs2Uq8I="; }; nativeBuildInputs = [