python3Packages.pylibjpeg-libjpeg: 2.3.0 -> 2.4.0 (#499808)
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
let
|
||||
self = buildPythonPackage {
|
||||
pname = "pylibjpeg-libjpeg";
|
||||
version = "2.3.0";
|
||||
version = "2.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pydicom";
|
||||
repo = "pylibjpeg-libjpeg";
|
||||
tag = "v${self.version}";
|
||||
hash = "sha256-P01pofPLTOa5ynsCkLnxiMzVfCg4tbT+/CcpPTeSViw=";
|
||||
hash = "sha256-e25xCw3KUrZmWSDUQI507n7kybuK0R+xPbJWzzEhZtQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user