Skip to content

Commit 6688478

Browse files
r-ryantmdotlambda
authored andcommitted
python3Packages.bitstruct: 8.20.0 -> 8.21.0
1 parent b21c2d0 commit 6688478

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pkgs/development/python-modules/bitstruct/default.nix

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,20 @@
33
buildPythonPackage,
44
fetchPypi,
55
setuptools,
6-
pythonOlder,
76
}:
87

98
buildPythonPackage rec {
109
pname = "bitstruct";
11-
version = "8.20.0";
10+
version = "8.21.0";
1211
pyproject = true;
1312

1413
build-system = [
1514
setuptools
1615
];
1716

18-
disabled = pythonOlder "3.8";
19-
2017
src = fetchPypi {
2118
inherit pname version;
22-
hash = "sha256-9rFqkwlzE/KmwUZkDJPl+YijnDM2T4wgpChqwcXtXa4=";
19+
hash = "sha256-/wvklopFyvhojgdfVcyno/6SErBpumflsnsJJqEZSKw=";
2320
};
2421

2522
pythonImportsCheck = [ "bitstruct" ];

0 commit comments

Comments
 (0)