charls: 2.4.2 -> 2.4.3 (#496357)

This commit is contained in:
Nikolay Korotkiy 2026-03-07 20:53:38 +00:00 committed by GitHub
commit 189717ab17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View file

@ -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 = ''

View file

@ -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
];