python27Packages.ropper: 1.12.1 -> 1.12.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ropper/versions
This commit is contained in:
parent
23f8c25416
commit
3e67b3c269
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "ropper";
|
pname = "ropper";
|
||||||
version = "1.12.1";
|
version = "1.12.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1aignpxz6rcbf6yxy1gjr708p56i6nqrbgblq24nanssz9rhkyzg";
|
sha256 = "063lki438nsaylgqr5s785j6rbfqnyzb5bxnr8ixhmpk5irf3sqd";
|
||||||
};
|
};
|
||||||
# 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