mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
python38Packages.supervisor: 4.2.2 -> 4.2.3
This commit is contained in:
parent
a491142849
commit
13256223df
|
@ -6,11 +6,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "supervisor";
|
||||
version = "4.2.2";
|
||||
version = "4.2.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "5b2b8882ec8a3c3733cce6965cc098b6d80b417f21229ab90b18fe551d619f90";
|
||||
sha256 = "6472da45fd552184c64713b4b9c0bcc586beec21d22af271e1bf8efe60b08836";
|
||||
};
|
||||
|
||||
# wants to write to /tmp/foo which is likely already owned by another
|
||||
|
|
Loading…
Reference in a new issue