about summary refs log tree commit diff
path: root/pkgs/development/python-modules/idna
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-06 08:47:13 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-11 10:00:00 +0200
commitf978efc3d6d733962b6bea16da35bfc26280b163 (patch)
treeaffdd15647005eb17d2982f49bd91bc2e906859e /pkgs/development/python-modules/idna
parent16f34f0e6bc96e98bd372e589f7bd574f4df13aa (diff)
downloadnixlib-f978efc3d6d733962b6bea16da35bfc26280b163.tar
nixlib-f978efc3d6d733962b6bea16da35bfc26280b163.tar.gz
nixlib-f978efc3d6d733962b6bea16da35bfc26280b163.tar.bz2
nixlib-f978efc3d6d733962b6bea16da35bfc26280b163.tar.lz
nixlib-f978efc3d6d733962b6bea16da35bfc26280b163.tar.xz
nixlib-f978efc3d6d733962b6bea16da35bfc26280b163.tar.zst
nixlib-f978efc3d6d733962b6bea16da35bfc26280b163.zip
python: idna: 2.8 -> 2.9
Diffstat (limited to 'pkgs/development/python-modules/idna')
-rw-r--r--pkgs/development/python-modules/idna/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/idna/default.nix b/pkgs/development/python-modules/idna/default.nix
index 5e5d623ff10e..13e8fb43bb20 100644
--- a/pkgs/development/python-modules/idna/default.nix
+++ b/pkgs/development/python-modules/idna/default.nix
@@ -5,11 +5,11 @@
 
 buildPythonPackage rec {
   pname = "idna";
-  version = "2.8";
+  version = "2.9";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407";
+    sha256 = "7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb";
   };
 
   meta = {