python3Packages.openslide: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm 2025-05-11 06:32:44 +00:00
parent 1d8fe40546
commit 7bc3114eb9

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "openslide";
version = "1.4.1";
version = "1.4.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "openslide";
repo = "openslide-python";
tag = "v${version}";
hash = "sha256-V4vOeeXGng1zunSLbIfqbGePNkWqf0HEOyv40OVPw1Y=";
hash = "sha256-iI92lsW+hshMxl2rtc3/iq0LmQBuvpwqpqJXMXcCiLc=";
};
postPatch = ''