Skip to content

Commit 40121eb

Browse files
committedJun 6, 2020
python: readthedocs-sphinx-ext: 1.0.3 -> 1.0.4
1 parent 5b92ab4 commit 40121eb

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/readthedocs-sphinx-ext

1 file changed

+2
-2
lines changed
 

‎pkgs/development/python-modules/readthedocs-sphinx-ext/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
buildPythonPackage rec {
1111
pname = "readthedocs-sphinx-ext";
12-
version = "1.0.3";
12+
version = "1.0.4";
1313

1414
src = fetchPypi {
1515
inherit pname version;
16-
sha256 = "faccf1c52aab34b1fdfd672ec4ce4321975453b05741e32a94b33cc682d045b2";
16+
sha256 = "33dbb135373d539233f7fbdb5e8dcfa07d41254300ee23719eb9caa8c68a40ae";
1717
};
1818

1919
propagatedBuildInputs = [ requests ];

0 commit comments

Comments
 (0)
Please sign in to comment.