python311Packages.bitstring: 4.0.1 -> 4.0.2
Diff: https://github.com/scott-griffiths/bitstring/compare/bitstring-4.0.1...bitstring-4.0.2
This commit is contained in:
parent
3ac4b371b3
commit
df4d327e59
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bitstring";
|
pname = "bitstring";
|
||||||
version = "4.0.1";
|
version = "4.0.2";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||||||
owner = "scott-griffiths";
|
owner = "scott-griffiths";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "bitstring-${version}";
|
rev = "bitstring-${version}";
|
||||||
hash = "sha256-eHP20F9PRe9ZNXjcDcsI3iFVswA6KtRWhBMAT7dkCv0=";
|
hash = "sha256-LghfDjf/Z1dEU0gjH1cqMb04ChnW+aGDjmN+RAhMWW8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user