From df4d327e5973a8595f47800069cbf5928f8e7f68 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 18 May 2023 19:37:58 +0200 Subject: [PATCH] python311Packages.bitstring: 4.0.1 -> 4.0.2 Diff: https://github.com/scott-griffiths/bitstring/compare/bitstring-4.0.1...bitstring-4.0.2 --- pkgs/development/python-modules/bitstring/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bitstring/default.nix b/pkgs/development/python-modules/bitstring/default.nix index 478faf10173..a61a159a71e 100644 --- a/pkgs/development/python-modules/bitstring/default.nix +++ b/pkgs/development/python-modules/bitstring/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "bitstring"; - version = "4.0.1"; + version = "4.0.2"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "scott-griffiths"; repo = pname; rev = "bitstring-${version}"; - hash = "sha256-eHP20F9PRe9ZNXjcDcsI3iFVswA6KtRWhBMAT7dkCv0="; + hash = "sha256-LghfDjf/Z1dEU0gjH1cqMb04ChnW+aGDjmN+RAhMWW8="; }; nativeBuildInputs = [