tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.bitarray: 2.5.1 -> 2.6.0
Martin Weinelt
3 years ago
e07985cd
dfb3c87e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
bitarray
default.nix
+2
-2
pkgs/development/python-modules/bitarray/default.nix
···
7
7
8
8
buildPythonPackage rec {
9
9
pname = "bitarray";
10
10
-
version = "2.5.1";
10
10
+
version = "2.6.0";
11
11
format = "setuptools";
12
12
13
13
disabled = pythonOlder "3.7";
14
14
15
15
src = fetchPypi {
16
16
inherit pname version;
17
17
-
hash = "sha256-jTj2B1EAgJmmWdWs+zXvQVAYPv/Vsr+mwQGZJw3fTJw=";
17
17
+
hash = "sha256-VtPxbdgHscVnMqJEzgccE17pc9PtyZKUGMGyTFQ5oP0=";
18
18
};
19
19
20
20
checkPhase = ''