Revert "python: gsd: 1.7.0 -> 1.9.3"

Incorrect update. Should not update the Python 2 version.

This reverts commit d1a46d4ff3.
This commit is contained in:
Frederik Rietdijk 2020-09-17 11:35:38 +02:00
parent eb6e2ac2c0
commit af92611103

View file

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