python313Packages.tifffile: 2025.3.30 -> 2025.5.10
https://github.com/cgohlke/tifffile/blob/v2025.5.10/CHANGES.rst
This commit is contained in:
committed by
Robert Schütz
parent
479d262df9
commit
7bbd71c71b
@@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tifffile";
|
||||
version = "2025.3.30";
|
||||
version = "2025.5.10";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-PN7kf+Bs11NnwWvD/zRSNxMVba5s1Jjjo5Lls5pRt4k=";
|
||||
hash = "sha256-AYM100KDqj/YwmO65cPCtmHrxFVI/eMVBAFvyue/EQM=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user