Unverified Commit dca8bf97 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #266962 from pbsds/bump-hdf5plugin-1699757794

python3Packages.hdf5plugin: 4.2.0 -> 4.3.0
parents c7ab0e2f 3ab49b59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [