about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-10-06 12:56:20 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-10-13 09:50:17 +0200
commit8e0393b088df97511ed615ad6baab96ea4bab55c (patch)
treef0b9b23c77ff5b0757c344b6c243ab90cffabcd1
parent57ac3d45f3d24028303c9178b109e7054001ff31 (diff)
downloadnixlib-8e0393b088df97511ed615ad6baab96ea4bab55c.tar
nixlib-8e0393b088df97511ed615ad6baab96ea4bab55c.tar.gz
nixlib-8e0393b088df97511ed615ad6baab96ea4bab55c.tar.bz2
nixlib-8e0393b088df97511ed615ad6baab96ea4bab55c.tar.lz
nixlib-8e0393b088df97511ed615ad6baab96ea4bab55c.tar.xz
nixlib-8e0393b088df97511ed615ad6baab96ea4bab55c.tar.zst
nixlib-8e0393b088df97511ed615ad6baab96ea4bab55c.zip
python: Sphinx: 1.7.8 -> 1.7.9
-rw-r--r--pkgs/development/python-modules/sphinx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/sphinx/default.nix b/pkgs/development/python-modules/sphinx/default.nix
index 9e71766065c5..e4e9bfaba1cf 100644
--- a/pkgs/development/python-modules/sphinx/default.nix
+++ b/pkgs/development/python-modules/sphinx/default.nix
@@ -26,10 +26,10 @@
 
 buildPythonPackage rec {
   pname = "Sphinx";
-  version = "1.7.8";
+  version = "1.7.9";
   src = fetchPypi {
     inherit pname version;
-    sha256 = "a07050845cc9a2f4026a6035cc8ed795a5ce7be6528bbc82032385c10807dfe7";
+    sha256 = "217a7705adcb573da5bbe1e0f5cab4fa0bd89fd9342c9159121746f593c2d5a4";
   };
   LC_ALL = "en_US.UTF-8";