about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 02:42:43 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:24:57 +0100
commitde84168bbc64c1ad190689f4297603b8f3b11dab (patch)
treec6efc551852de98ba31968e0b7d31bfd1fac1d5c /pkgs
parent911ce642ea716c9e69e3a04b416489b1957b53b9 (diff)
python3Packages.survey: 4.5.4 -> 5.2.4
https://github.com/Exahilosys/survey/releases/tag/v5.2.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/survey/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/survey/default.nix b/pkgs/development/python-modules/survey/default.nix
index 2ce5a49b8d14c..10373a9ecfa31 100644
--- a/pkgs/development/python-modules/survey/default.nix
+++ b/pkgs/development/python-modules/survey/default.nix
@@ -7,14 +7,14 @@
 
 buildPythonPackage rec {
   pname = "survey";
-  version = "4.5.4";
+  version = "5.2.4";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-wjpO1+9AXi75uPXOTE5/owEiZgtffkkMAaZ+gDO0t5I=";
+    hash = "sha256-Hr7sYn6V2iw4r3P8mXhYVyUD8JpU2zGq4nG6hHM7gxU=";
   };
 
   nativeBuildInputs = [