python: ropper: 1.11.6 -> 1.11.8
This commit is contained in:
parent
ac5eaa5d0a
commit
d1f1ee0d13
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "ropper";
|
pname = "ropper";
|
||||||
version = "1.11.6";
|
version = "1.11.8";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "33777d0c3ddd9ca7bc48f53dbe2c4a222a567f1125c43b1c34fb1b360d0b19dc";
|
sha256 = "f2ba5ff34ebc5faaa87d34b58178706a13a08e848126197c0fdb0af7822f93a2";
|
||||||
};
|
};
|
||||||
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user