about summary refs log tree commit diff
path: root/pkgs/development/python-modules/supervisor
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-01 03:30:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-01 03:30:05 +0000
commitf58d01fcb1ebd923d2ea0822461afc61fae90a0c (patch)
treefed8243f714d380215e6f68fc3dec1c92c456678 /pkgs/development/python-modules/supervisor
parent796af3ddba8c3b045b79332a39eae92f24efc277 (diff)
python38Packages.supervisor: 4.2.3 -> 4.2.4
Diffstat (limited to 'pkgs/development/python-modules/supervisor')
-rw-r--r--pkgs/development/python-modules/supervisor/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/supervisor/default.nix b/pkgs/development/python-modules/supervisor/default.nix
index 3505537f47ce1..9af3db2de4908 100644
--- a/pkgs/development/python-modules/supervisor/default.nix
+++ b/pkgs/development/python-modules/supervisor/default.nix
@@ -6,11 +6,11 @@
 
 buildPythonPackage rec {
   pname = "supervisor";
-  version = "4.2.3";
+  version = "4.2.4";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "6472da45fd552184c64713b4b9c0bcc586beec21d22af271e1bf8efe60b08836";
+    sha256 = "40dc582ce1eec631c3df79420b187a6da276bbd68a4ec0a8f1f123ea616b97a2";
   };
 
   # wants to write to /tmp/foo which is likely already owned by another