about summary refs log tree commit diff
path: root/pkgs/development/python-modules/gdown
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-08-16 19:31:00 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-08-16 19:31:00 +0200
commit8c604318c24d4efa74577ace9817553ab60f2035 (patch)
tree5a87de3eed52b505eac32f63bc24f33c347d82a4 /pkgs/development/python-modules/gdown
parent8a9981cb61659c3f2693f02d40266e19781611f8 (diff)
python: gdown: 3.11.1 -> 3.12.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 74eb5de4865ea..37bc4ef0bf19f 100644
--- a/pkgs/development/python-modules/gdown/default.nix
+++ b/pkgs/development/python-modules/gdown/default.nix
@@ -9,11 +9,11 @@
 
 buildPythonApplication rec {
   pname = "gdown";
-  version = "3.11.1";
+  version = "3.12.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1p023812hh7w7d08njjsfn0xzldl4m73yx8p243yb2q49ypjl6nz";
+    sha256 = "bf5f001e3a7add296e5298240c64db88ba88e5c136bd1fe84fcbd542feb6fccd";
   };
 
   propagatedBuildInputs = [ filelock requests tqdm setuptools ];