python3Packages.pylibjpeg: 2.0.1 -> 2.1.0 (#440055)

This commit is contained in:
dish
2025-09-04 10:52:31 -04:00
committed by GitHub

View File

@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pylibjpeg";
version = "2.0.1";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "pydicom";
repo = "pylibjpeg";
tag = "v${version}";
hash = "sha256-MA1A/hTIx95MYZ2LGOifnHn77wbv0ydAgQSzNZRykVg=";
hash = "sha256-jMdNzruzr2VgEntFF5BBoK3yrq0VegtJNXAkCpHjsks=";
};
build-system = [ flit-core ];