summary refs log tree commit diff
path: root/pkgs/development/python-modules/hug
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-04-16 19:15:36 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-04-18 12:42:40 +0200
commit84849eb60ee367731ea095166691bd5006f3a036 (patch)
tree6172f1ed39f3a3ed2c9c57314fdef5678d3bc5ee /pkgs/development/python-modules/hug
parent57313c203afecfe5bbbddc85bf1e8d950709bfd4 (diff)
downloadnixpkgs-84849eb60ee367731ea095166691bd5006f3a036.tar
nixpkgs-84849eb60ee367731ea095166691bd5006f3a036.tar.gz
nixpkgs-84849eb60ee367731ea095166691bd5006f3a036.tar.bz2
nixpkgs-84849eb60ee367731ea095166691bd5006f3a036.tar.lz
nixpkgs-84849eb60ee367731ea095166691bd5006f3a036.tar.xz
nixpkgs-84849eb60ee367731ea095166691bd5006f3a036.tar.zst
nixpkgs-84849eb60ee367731ea095166691bd5006f3a036.zip
python: hug: 2.4.1 -> 2.4.8
Diffstat (limited to 'pkgs/development/python-modules/hug')
-rw-r--r--pkgs/development/python-modules/hug/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hug/default.nix b/pkgs/development/python-modules/hug/default.nix
index 33ef7de1b42..1b9542824c0 100644
--- a/pkgs/development/python-modules/hug/default.nix
+++ b/pkgs/development/python-modules/hug/default.nix
@@ -8,12 +8,12 @@
 
 buildPythonPackage rec {
   pname = "hug";
-  version = "2.4.1";
+  version = "2.4.8";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "7b633ebbed95f4c264a745cf91450007fe7004e1eaa5b02bf9b3ad28fdd62d08";
+    sha256 = "2b33904660d07df3a6a998a52d1a36e2855e56dc9ffc4eddb2158e32d1ce7621";
   };
 
   propagatedBuildInputs = [ falcon requests ];