about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-05 19:44:37 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-06 08:34:58 +0200
commit40121ebad9dadb6c1412af8ff037844312f3769a (patch)
tree94a447a4c7cd9e48fe104b80e1f408ae084bf6cd /pkgs/development
parent5b92ab4fca163d13e49e8e5ba67a3e5b1d41c3b2 (diff)
downloadnixlib-40121ebad9dadb6c1412af8ff037844312f3769a.tar
nixlib-40121ebad9dadb6c1412af8ff037844312f3769a.tar.gz
nixlib-40121ebad9dadb6c1412af8ff037844312f3769a.tar.bz2
nixlib-40121ebad9dadb6c1412af8ff037844312f3769a.tar.lz
nixlib-40121ebad9dadb6c1412af8ff037844312f3769a.tar.xz
nixlib-40121ebad9dadb6c1412af8ff037844312f3769a.tar.zst
nixlib-40121ebad9dadb6c1412af8ff037844312f3769a.zip
python: readthedocs-sphinx-ext: 1.0.3 -> 1.0.4
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix b/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix
index efadd4337126..68ccf676f292 100644
--- a/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix
+++ b/pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix
@@ -9,11 +9,11 @@
 
 buildPythonPackage rec {
   pname = "readthedocs-sphinx-ext";
-  version = "1.0.3";
+  version = "1.0.4";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "faccf1c52aab34b1fdfd672ec4ce4321975453b05741e32a94b33cc682d045b2";
+    sha256 = "33dbb135373d539233f7fbdb5e8dcfa07d41254300ee23719eb9caa8c68a40ae";
   };
 
   propagatedBuildInputs = [ requests ];