guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: python-sphinx-alabaster-theme: Update to 0.7.13.


From: guix-commits
Subject: 02/03: gnu: python-sphinx-alabaster-theme: Update to 0.7.13.
Date: Thu, 27 Jul 2023 18:23:30 -0400 (EDT)

rekado pushed a commit to branch python-team
in repository guix.

commit a4c882fd432d4d2e23a839649739f35b2858de39
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jul 28 00:16:45 2023 +0200

    gnu: python-sphinx-alabaster-theme: Update to 0.7.13.
    
    * gnu/packages/sphinx.scm (python-sphinx-alabaster-theme): Update to 0.7.13.
    [build-system]: Use pyproject-build-system.
---
 gnu/packages/sphinx.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 65b3dc4ec5..21e626fc12 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -630,14 +630,14 @@ introspection of @code{zope.interface} instances in 
code.")
 (define-public python-sphinx-alabaster-theme
   (package
     (name "python-sphinx-alabaster-theme")
-    (version "0.7.12")
+    (version "0.7.13")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "alabaster" version))
               (sha256
                (base32
-                "00nwwjj2d2ym4s2kk217x7jkx1hnczc3fvm8yxbqmsp6b0nxfqd6"))))
-    (build-system python-build-system)
+                "1qjam3hks6a3fa89nhb9ajk62b2m5qmss0qyw0b0wsay9l44lym2"))))
+    (build-system pyproject-build-system)
     (propagated-inputs
      (list python-pygments))
     (home-page "https://alabaster.readthedocs.io/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]