Unverified Commit 189717ab authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

charls: 2.4.2 -> 2.4.3 (#496357)

parents 8fe97e4a 510d15ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "charls";
  version = "2.4.2";
  version = "2.4.3";

  src = fetchFromGitHub {
    owner = "team-charls";
    repo = "charls";
    tag = finalAttrs.version;
    hash = "sha256-c1wrk6JLcAH7TFPwjARlggaKXrAsLWyUQF/3WHlqoqg=";
    hash = "sha256-U21SdVRTPNI5BFGOyM3Y/ByKDP6ZI2g/BtAJYXH5Dv4=";
  };

  postPatch = ''
+4 −0
Original line number Diff line number Diff line
@@ -2,10 +2,12 @@
  lib,
  buildPythonPackage,
  fetchPypi,
  colored,
  h5py,
  hdf5plugin,
  numpy,
  pytestCheckHook,
  python-dateutil,
  scipy,
  setuptools-scm,
  setuptools,
@@ -27,9 +29,11 @@ buildPythonPackage rec {
  ];

  dependencies = [
    colored
    h5py
    hdf5plugin
    numpy
    python-dateutil
    scipy
  ];