python: ropper: 1.11.10 -> 1.11.13

This commit is contained in:
Frederik Rietdijk 2019-04-16 19:15:40 +02:00
parent 5a1e471aae
commit 42db3ab992

View File

@ -8,11 +8,11 @@
buildPythonApplication rec {
pname = "ropper";
version = "1.11.10";
version = "1.11.13";
src = fetchPypi {
inherit pname version;
sha256 = "b8d1439d8a6ef7b93718472b0288ee88a5953723046772f035fe989b1c1e5d6e";
sha256 = "245c6a1c8b294209bed039cd6a389f1e298d3fe6783d48ad9c6b2df3a41f51ee";
};
# XXX tests rely on user-writeable /dev/shm to obtain process locks and return PermissionError otherwise
# workaround: sudo chmod 777 /dev/shm