lol

python3Packages.tifffile: 2025.1.10 -> 2025.3.30

https://github.com/cgohlke/tifffile/blob/v2025.3.30/CHANGES.rst

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/tifffile/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "tifffile"; 17 - version = "2025.1.10"; 17 + version = "2025.3.30"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.9"; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - hash = "sha256-uq8KO4e/fsN1+hU3UDNT9wSX6r4b3eWQ8uQcwDRuYS8="; 24 + hash = "sha256-PN7kf+Bs11NnwWvD/zRSNxMVba5s1Jjjo5Lls5pRt4k="; 25 25 }; 26 26 27 27 build-system = [ setuptools ];