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

(cherry picked from commit 7d2c71a6e12e3cc32c2509f10b0016c9834433c9)
This commit is contained in:
R. RyanTM 2019-04-02 06:11:17 -07:00 committed by Matthias Beyer
parent e9eb32649e
commit 3f0f9a017d

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 ];