tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.tifffile: 2021.3.17 -> 2021.6.14
Martin Weinelt
4 years ago
39916dcd
a0471b5f
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
tifffile
default.nix
+2
-2
pkgs/development/python-modules/tifffile/default.nix
···
13
13
14
14
buildPythonPackage rec {
15
15
pname = "tifffile";
16
16
-
version = "2021.3.17";
16
16
+
version = "2021.6.14";
17
17
18
18
src = fetchPypi {
19
19
inherit pname version;
20
20
-
sha256 = "1b72c92ecd2273e52686c0f8792d1d1c4da4109b241dd1723dfe56ef4d1ad612";
20
20
+
sha256 = "a2f83d82800a8d83cbd04340f9d65a6873a970874947a6b823b1b1238e84cba6";
21
21
};
22
22
23
23
patches = lib.optional isPy27 ./python2-regex-compat.patch;