python3Packages.hdf5plugin: 4.2.0 -> 4.3.0

Diff: https://github.com/silx-kit/hdf5plugin/compare/refs/tags/v4.2.0...v4.3.0
This commit is contained in:
Peder Bergebakken Sundt 2023-11-12 03:56:54 +01:00
parent c705dccf91
commit 3ab49b59e1

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "hdf5plugin";
version = "4.2.0";
version = "4.3.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "silx-kit";
repo = "hdf5plugin";
rev = "refs/tags/v${version}";
hash = "sha256-y0iDPAfm66FdclPREPnvurupWd9ZUgz8PqFd/JoapDc=";
hash = "sha256-xOSGykG6D2Am/gnAPoqLOvIQz6FfxRQe9lPyRHxUoew=";
};
propagatedBuildInputs = [