Skip to content

Commit 40206fb

Browse files
authored
python3Packages.pylibjpeg-libjpeg: 2.3.0 -> 2.4.0 (NixOS#499808)
2 parents 8471123 + cd7e95c commit 40206fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/pylibjpeg-libjpeg

pkgs/development/python-modules/pylibjpeg-libjpeg/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
let
1717
self = buildPythonPackage {
1818
pname = "pylibjpeg-libjpeg";
19-
version = "2.3.0";
19+
version = "2.4.0";
2020
pyproject = true;
2121

2222
src = fetchFromGitHub {
2323
owner = "pydicom";
2424
repo = "pylibjpeg-libjpeg";
2525
tag = "v${self.version}";
26-
hash = "sha256-P01pofPLTOa5ynsCkLnxiMzVfCg4tbT+/CcpPTeSViw=";
26+
hash = "sha256-e25xCw3KUrZmWSDUQI507n7kybuK0R+xPbJWzzEhZtQ=";
2727
};
2828

2929
postPatch = ''

0 commit comments

Comments
 (0)