gnu: python-sphinx-cloud-sptheme: Update to 1.8.0.

* gnu/packages/python.scm (python-sphinx-cloud-sptheme): Update to 1.8.0.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-31 01:38:06 +01:00
parent 9e59478f8d
commit 5095bc7d71
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -12551,13 +12551,13 @@ English stemmer.")
(define-public python-sphinx-cloud-sptheme
(package
(name "python-sphinx-cloud-sptheme")
(version "1.7.1")
(version "1.8.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "cloud_sptheme" version))
(sha256
(base32
"0zm9ap4p5dzln8f1m2immadaxv2xpg8jg4w53y52rhfl7pdb58vy"))))
"1dniqb6a39yh786f86c4jn666rwnyi1jvzn4616zhcchb7sfdshd"))))
(build-system python-build-system)
;; FIXME: The 'pypi' release archive does not contain tests.
(arguments '(#:tests? #f))