python38Packages.supervisor: 4.2.2 -> 4.2.3

This commit is contained in:
R. Ryantm 2021-12-30 20:04:27 +00:00 committed by Jonathan Ringer
parent a491142849
commit 13256223df

View file

@ -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