summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-daemon
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-11-11 12:13:40 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-11-12 14:57:21 +0100
commit0456dd3cd6a5655a4b232007828a339142e5ec13 (patch)
tree82eaf2a7a4384643c79858176f997b158bcb5deb /pkgs/development/python-modules/python-daemon
parentfbe93c074ba1ba84b886aabe89d1169183a67eb0 (diff)
python: python-daemon: 2.2.3 -> 2.2.4
Diffstat (limited to 'pkgs/development/python-modules/python-daemon')
-rw-r--r--pkgs/development/python-modules/python-daemon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-daemon/default.nix b/pkgs/development/python-modules/python-daemon/default.nix
index 93c051064049..41b7aa78bab9 100644
--- a/pkgs/development/python-modules/python-daemon/default.nix
+++ b/pkgs/development/python-modules/python-daemon/default.nix
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "python-daemon";
- version = "2.2.3";
+ version = "2.2.4";
src = fetchPypi {
inherit pname version;
- sha256 = "affeca9e5adfce2666a63890af9d6aff79f670f7511899edaddca7f96593cc25";
+ sha256 = "57c84f50a04d7825515e4dbf3a31c70cc44414394a71608dee6cfde469e81766";
};
# A test fail within chroot builds.