about summary refs log tree commit diff
path: root/pkgs/development/python-modules/daemonize
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-02 13:08:37 -0800
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-01-02 17:12:47 -0500
commit69bd65aca304711aa42e9bc5c6b6e2aae51e3853 (patch)
tree4bf424345419a086139597a12ddc6e86be2a08fb /pkgs/development/python-modules/daemonize
parent928b86424ab25370f4e4f0e8d5f633f346a37e2c (diff)
python37Packages.daemonize: 2.4.7 -> 2.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-daemonize/versions
Diffstat (limited to 'pkgs/development/python-modules/daemonize')
-rw-r--r--pkgs/development/python-modules/daemonize/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/daemonize/default.nix b/pkgs/development/python-modules/daemonize/default.nix
index 89c89bcbe7a45..2f7992e860ffb 100644
--- a/pkgs/development/python-modules/daemonize/default.nix
+++ b/pkgs/development/python-modules/daemonize/default.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "daemonize";
-  version = "2.4.7";
+  version = "2.5.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c0194e861826be456c7c69985825ac7b79632d8ac7ad4cde8e12fee7971468c8";
+    sha256 = "1hwbl3gf9fdds9sc14zgjyjisjvxidrvqc11xlbb0b6jz17nw0nx";
   };
 
   meta = with stdenv.lib; {