python: ropper: 1.12.5 -> 1.13.3

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:48 +02:00
parent 4703b9aef5
commit 26387a2616
1 changed files with 2 additions and 2 deletions

View File

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