Merge pull request #62527 from r-ryantm/auto-update/python3.7-gsd

python37Packages.gsd: 1.6.2 -> 1.7.0
This commit is contained in:
Ryan Mulligan 2019-06-03 14:50:41 -07:00 committed by GitHub
commit a6dd18644c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@
}:
buildPythonPackage rec {
version = "1.6.2";
version = "1.7.0";
pname = "gsd";
src = fetchPypi {
inherit pname version;
sha256 = "58a6669f2375936810d74c3ee7e62c5616acf9e15aa32603701e55ab6fada5f5";
sha256 = "0fpk69wachyydpk9cbs901m7hkwrrvq24ykxsrz62km9ql8lr2vp";
};
propagatedBuildInputs = [ numpy ];