python3Packages.pylibjpeg-libjpeg: 2.1.0 -> 2.2.0

https://github.com/pydicom/pylibjpeg-libjpeg/releases/tag/v2.2.0
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:04 +02:00
parent 89a1044a08
commit 4b0beb7e1e
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pylibjpeg-libjpeg";
version = "2.1.0";
version = "2.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "pydicom";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-iU40QdAY5931YM3h3P+WCbiBfX88iVi2QdUvZLptsFs=";
hash = "sha256-g4dGIGHo0J+F0KTVA6yjgfwiYVn6iU69jgHhvEQGwOc=";
fetchSubmodules = true;
};