Merge pull request #287395 from r-ryantm/auto-update/python312Packages.hdf5plugin

python312Packages.hdf5plugin: 4.3.0 -> 4.4.0
This commit is contained in:
Peder Bergebakken Sundt 2024-02-09 16:53:02 +01:00 committed by GitHub
commit e4bac1087a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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