mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
charls: 2.4.2 -> 2.4.3 (#496357)
This commit is contained in:
commit
189717ab17
2 changed files with 6 additions and 2 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue