summary refs log tree commit diff
path: root/pkgs/development/python-modules/timeout-decorator
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-14 10:04:06 -0800
committerRobert Schütz <rschuetz17@gmail.com>2018-12-14 19:04:06 +0100
commit74fd4f357ad06e0ec38638080318eea86598f883 (patch)
treebc4e9293aa692f6e200ec1ef258117c1131705b8 /pkgs/development/python-modules/timeout-decorator
parentb4911a23b03a548ad4dce6dec0ea1c95ebabd8bb (diff)
downloadnixpkgs-74fd4f357ad06e0ec38638080318eea86598f883.tar
nixpkgs-74fd4f357ad06e0ec38638080318eea86598f883.tar.gz
nixpkgs-74fd4f357ad06e0ec38638080318eea86598f883.tar.bz2
nixpkgs-74fd4f357ad06e0ec38638080318eea86598f883.tar.lz
nixpkgs-74fd4f357ad06e0ec38638080318eea86598f883.tar.xz
nixpkgs-74fd4f357ad06e0ec38638080318eea86598f883.tar.zst
nixpkgs-74fd4f357ad06e0ec38638080318eea86598f883.zip
python37Packages.timeout-decorator: 0.4.0 -> 0.4.1 (#52085)
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-timeout-decorator/versions
Diffstat (limited to 'pkgs/development/python-modules/timeout-decorator')
-rw-r--r--pkgs/development/python-modules/timeout-decorator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/timeout-decorator/default.nix b/pkgs/development/python-modules/timeout-decorator/default.nix
index 342531ab976..af1a85c9627 100644
--- a/pkgs/development/python-modules/timeout-decorator/default.nix
+++ b/pkgs/development/python-modules/timeout-decorator/default.nix
@@ -1,11 +1,11 @@
 { stdenv, buildPythonPackage, fetchPypi }:
 buildPythonPackage rec {
   pname = "timeout-decorator";
-  version = "0.4.0";
+  version = "0.4.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1bckwbi5078z3x9lyf8vl9dhx10nymwwnp46c98wm5m02x5j37g4";
+    sha256 = "1inkf68i2s2x27arpqwkdxigiqbpbpjbbnfv7jzsrif1fmp2fphs";
   };
 
   meta = with stdenv.lib; {