python312Packages.bitstring: 4.3.0 -> 4.3.1

This commit is contained in:
R. Ryantm
2025-03-22 20:15:40 +01:00
committed by Bjørn Forsman
parent 75b7f95ec2
commit 40e944386e
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "bitstring";
version = "4.3.0";
version = "4.3.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "scott-griffiths";
repo = pname;
tag = "bitstring-${version}";
hash = "sha256-0AaOVjroVb/maFBaB55ahwWyRHHnofja4pgSgjQMsT8=";
hash = "sha256-ZABAd42h+BqcpKTFV5PxcBN3F8FKV6Qw3rhP13eX57k=";
};
pythonRelaxDeps = [ "bitarray" ];