python311Packages.bitstring: 4.1.2 -> 4.1.3

Changelog: https://github.com/scott-griffiths/bitstring/releases/tag/bitstring-4.1.3
This commit is contained in:
Fabian Affolter 2023-11-26 11:36:04 +01:00 committed by Bjørn Forsman
parent b00ec384d4
commit d59c93938b

View file

@ -9,8 +9,8 @@
buildPythonPackage rec {
pname = "bitstring";
version = "4.1.2";
format = "pyproject";
version = "4.1.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "scott-griffiths";
repo = pname;
rev = "refs/tags/bitstring-${version}";
hash = "sha256-e4OnXwEuXz5m8d2PZOL5zDw8iGEzUg8LLk+xs/eGleA=";
hash = "sha256-RbHy36AnDlu/Ym5Ty2O9XfPj5xXd9hTgoClvISPoGBc=";
};
nativeBuildInputs = [