Skip to content

Commit

Permalink
python37Packages.h5netcdf: 0.8.0 -> 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Jul 26, 2020
1 parent a60ad64 commit 66f6b42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/h5netcdf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

buildPythonPackage rec {
pname = "h5netcdf";
version = "0.8.0";
version = "0.8.1";

src = fetchPypi {
inherit pname version;
sha256 = "b0df12f4692817cf6d8e2fca95f689e61aa68f2f39aea90fd1790fe5ac8d2cbb";
sha256 = "09bbnpsvwksb07wijn7flyyza56h5b2g2cw0hb3slmwxz6cgcjmr";
};

propagatedBuildInputs = [
Expand All @@ -31,7 +31,7 @@ buildPythonPackage rec {

meta = {
description = "netCDF4 via h5py";
homepage = https://github.com/shoyer/h5netcdf;
homepage = "https://github.com/shoyer/h5netcdf";
license = lib.licenses.bsd3;
};

Expand Down

0 comments on commit 66f6b42

Please sign in to comment.