python37Packages.gsd: 1.6.0 -> 1.6.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-gsd/versions
This commit is contained in:
R. RyanTM 2019-04-02 06:11:17 -07:00
parent 18aa59b0f2
commit 7d2c71a6e1

View File

@ -5,12 +5,12 @@
}:
buildPythonPackage rec {
version = "1.6.0";
version = "1.6.1";
pname = "gsd";
src = fetchPypi {
inherit pname version;
sha256 = "845a7fe4fd9776cda1bd66112dc2d788cb5ccf8333a205bd4a32807e57d3c875";
sha256 = "18icw5cbsq4gnhx4vsjwhxzcx11mbnz6kmwgrylkf82m7m1v2921";
};
propagatedBuildInputs = [ numpy ];