python: ropper: 1.10.10 -> 1.11.2
This commit is contained in:
parent
fbb14cd27a
commit
9469c95cf9
@ -8,11 +8,11 @@
|
|||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "ropper";
|
pname = "ropper";
|
||||||
version = "1.10.10";
|
version = "1.11.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1676e07947a19df9d17002307a7555c2647a4224d6f2869949e8fc4bd18f2e87";
|
sha256 = "2183feedfe8b01a27301eee07383b481ece01b2319bdba3afebe33e19ca14aa3";
|
||||||
};
|
};
|
||||||
# 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