nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.hdf5plugin: 4.1.1 -> 4.1.2

+2 -2
+2 -2
pkgs/development/python-modules/hdf5plugin/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "hdf5plugin"; 9 - version = "4.1.1"; 9 + version = "4.1.2"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "silx-kit"; 14 14 repo = "hdf5plugin"; 15 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-w3jgIKfJPlu8F2rJXATmbHKyabp3PQLVmCYj3RsYL3c="; 16 + hash = "sha256-ooRZTZaHutr6tdMm8mbpukjmH9yfgWCf5lrFc6AJVpw="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [