Unverified Commit 40206fb6 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.pylibjpeg-libjpeg: 2.3.0 -> 2.4.0 (#499808)

parents 84711232 cd7e95c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''