about summary refs log tree commit diff
path: root/pkgs/development/python-modules/idna
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-01 14:43:00 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-12-20 20:11:09 +0100
commitfef98474ee8b54eedc5064c71c53af45593e9ec2 (patch)
tree22e0c2a34e3a434b6fc615a780ccdbca4ef39418 /pkgs/development/python-modules/idna
parent7bc8a6b0bc2d21accce3c68822f1783ceb6ed02b (diff)
python311Packages.idna: 3.4 -> 3.6
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 a21125c2379e4..77aeb4483dc3d 100644
--- a/pkgs/development/python-modules/idna/default.nix
+++ b/pkgs/development/python-modules/idna/default.nix
@@ -7,12 +7,12 @@
 
 buildPythonPackage rec {
   pname = "idna";
-  version = "3.4";
+  version = "3.6";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-gU9Sjo3q19MpgzuRxfqofWC/cYJM0Sp1MLVSYGPQLLQ=";
+    hash = "sha256-ns270IOwZ5iuHoaty/6KsUec+GTk7jD+TkagA9Ekkco=";
   };
 
   nativeBuildInputs = [