python3Packages.ropper: 1.11.13 → 1.12.1

This commit is contained in:
Artemis Tosini 2019-05-11 15:39:33 +00:00
parent 76e3af41a5
commit 0b49618cdf
No known key found for this signature in database
GPG Key ID: EE5227935FE3FF18

View File

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