about summary refs log tree commit diff
path: root/pkgs/development/python-modules/readthedocs-sphinx-ext
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-16 12:59:33 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-07-21 22:35:14 +0200
commitaddc1aa6e128acd086b30889268a3cc85db02f00 (patch)
treef713b5e9c38bf4e30dc0fe1d08bbf75069da7a99 /pkgs/development/python-modules/readthedocs-sphinx-ext
parentd6b43d9097b7fb1ae753dcc196fd3a54c941e3ae (diff)
python3Packages.readthedocs-sphinx-ext: 2.1.5 -> 2.1.8
Diffstat (limited to 'pkgs/development/python-modules/readthedocs-sphinx-ext')
-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 b71a675f6d8ef..e0ba8cd57cf44 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 = "2.1.5";
+  version = "2.1.8";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-G/QuIOW3qUOJGnmM5cy5H9W6wiMLDBmdhTgMkhAHa3g=";
+    sha256 = "sha256-pX43E9r3e/kdG6GeS5iIpHwKv+tj7PAuOsd/z9mb/mk=";
   };
 
   propagatedBuildInputs = [ requests ];