[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: python-sphinx-alabaster-theme: Update to 0.7.12.
From: |
guix-commits |
Subject: |
03/08: gnu: python-sphinx-alabaster-theme: Update to 0.7.12. |
Date: |
Sun, 6 Jan 2019 04:10:27 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 46930b7ea9792caf8bb75994240b8dd6470648ff
Author: Efraim Flashner <address@hidden>
Date: Sun Jan 6 09:43:36 2019 +0200
gnu: python-sphinx-alabaster-theme: Update to 0.7.12.
* gnu/packages/python.scm (python-sphinx-alabaster-theme): Update to 0.7.12.
---
gnu/packages/python.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ad5c564..f2f27f5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2015, 2016, 2017 Leo Famulari <address@hidden>
;;; Copyright © 2015, 2017 Ben Woodcroft <address@hidden>
;;; Copyright © 2015, 2016 Erik Edrosa <address@hidden>
-;;; Copyright © 2015, 2016, 2017, 2018 Efraim Flashner <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019 Efraim Flashner <address@hidden>
;;; Copyright © 2015, 2017 Kyle Meyer <address@hidden>
;;; Copyright © 2015, 2016 Chris Marusich <address@hidden>
;;; Copyright © 2016 Danny Milosavljevic <address@hidden>
@@ -10706,13 +10706,13 @@ related extensions.")
(define-public python-sphinx-alabaster-theme
(package
(name "python-sphinx-alabaster-theme")
- (version "0.7.9")
+ (version "0.7.12")
(source (origin
(method url-fetch)
(uri (pypi-uri "alabaster" version))
(sha256
(base32
- "027anxzcb951gjlcc43y3rbn9qrw36d16vj9wd2smv5410xx9bs7"))))
+ "00nwwjj2d2ym4s2kk217x7jkx1hnczc3fvm8yxbqmsp6b0nxfqd6"))))
(build-system python-build-system)
(propagated-inputs
`(("python-pygments" ,python-pygments)))
- branch master updated (d95d3d6 -> 99e61f3), guix-commits, 2019/01/06
- 05/08: gnu: python-astroid: Update to 2.1.0., guix-commits, 2019/01/06
- 07/08: gnu: python-pysocks: Update to 1.6.8., guix-commits, 2019/01/06
- 03/08: gnu: python-sphinx-alabaster-theme: Update to 0.7.12.,
guix-commits <=
- 01/08: gnu: python-certifi: Update to 2018.11.29., guix-commits, 2019/01/06
- 08/08: gnu: python-pyicu: Update to 2.2., guix-commits, 2019/01/06
- 06/08: gnu: python-packaging: Update to 18.0., guix-commits, 2019/01/06
- 02/08: gnu: python-pycryptodome: Update to 3.7.2., guix-commits, 2019/01/06
- 04/08: gnu: python-imagesize: Update to 1.1.0., guix-commits, 2019/01/06