about summary refs log tree commit diff
path: root/pkgs/development/python-modules/gdown
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-18 23:47:17 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:28 +0200
commitdfc04d2163631552a594bdaf9a7ca331e16af730 (patch)
treeeae73590fccb4076bbf570354535ee939b3be665 /pkgs/development/python-modules/gdown
parent0df9ea6fc2cfd6890082b220c399fe292a96f8de (diff)
python3Packages.gdown: 3.12.2 -> 3.13.0
Diffstat (limited to 'pkgs/development/python-modules/gdown')
-rw-r--r--pkgs/development/python-modules/gdown/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/gdown/default.nix b/pkgs/development/python-modules/gdown/default.nix
index 8195bb0d4039f..bbb7c195d9021 100644
--- a/pkgs/development/python-modules/gdown/default.nix
+++ b/pkgs/development/python-modules/gdown/default.nix
@@ -10,11 +10,11 @@
 
 buildPythonApplication rec {
   pname = "gdown";
-  version = "3.12.2";
+  version = "3.13.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "4b3a1301e57bfd8dce939bf25ef8fbb4b23967fd0f878eede328bdcc41386bac";
+    sha256 = "d5f9389539673875712beba4936c4ace95d24324953c6f0408a858c534c0bf21";
   };
 
   propagatedBuildInputs = [ filelock requests tqdm setuptools six ];