Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python37Packages.gsd: 1.6.2 -> 1.7.0

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

+2 -2
+2 -2
pkgs/development/python-modules/gsd/default.nix
··· 5 5 }: 6 6 7 7 buildPythonPackage rec { 8 - version = "1.6.2"; 8 + version = "1.7.0"; 9 9 pname = "gsd"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "58a6669f2375936810d74c3ee7e62c5616acf9e15aa32603701e55ab6fada5f5"; 13 + sha256 = "0fpk69wachyydpk9cbs901m7hkwrrvq24ykxsrz62km9ql8lr2vp"; 14 14 }; 15 15 16 16 propagatedBuildInputs = [ numpy ];