diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-12 21:07:36 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-12 21:07:36 +0200 |
commit | d87f6816a43fadbc7eed61d3b30931ac4a98dfe4 (patch) | |
tree | 9852adb34724496dcaa5397acf3444c039003dbc | |
parent | c4220afb941cfa2d03d90198c38c1fd27ccc8721 (diff) | |
download | patches-d87f6816a43fadbc7eed61d3b30931ac4a98dfe4.tar patches-d87f6816a43fadbc7eed61d3b30931ac4a98dfe4.tar.gz |
gnu: python-sphinx: Update to 2.2.0.
* gnu/packages/sphinx.scm (python-sphinx): Update to 2.2.0.
-rw-r--r-- | gnu/packages/sphinx.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index da7492c42e..64c1fc3318 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -45,14 +45,14 @@ (define-public python-sphinx (package (name "python-sphinx") - (version "2.1.2") + (version "2.2.0") (source (origin (method url-fetch) (uri (pypi-uri "Sphinx" version)) (sha256 (base32 - "09y4mjmbxz94pmfr2lzf1hkx2xk0khcpb8xsqfmir4l7dds9x9zr")))) + "0ig8s94xg0p6h9y5s3ns9x8i10b24ihzvs65b5jwrhrgih7nnn0d")))) (build-system python-build-system) (arguments `(#:phases |