This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4c86321896 gnu: texlive-beamerthemecelestia: Update to 1.2.8.
4c86321896 is described below

commit 4c863218967e6372127bc38a750991bd6d7843d6
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Aug 30 22:21:02 2026 +0200

    gnu: texlive-beamerthemecelestia: Update to 1.2.8.
    
    * gnu/packages/tex.scm (texlive-beamerthemecelestia): Update to 1.2.8.
---
 gnu/packages/tex.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index cb8ad5bef8..b8b55242eb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -100720,7 +100720,7 @@ presentation theme Warsaw.")
     (license license:lppl)))
 
 (define-public texlive-beamerthemecelestia
-  (let ((revision 80070))               ;release 1.2.6
+  (let ((revision 80130))               ;release 1.2.8
     (package
       (name "texlive-beamerthemecelestia")
       (version (string-append "2026.1-" (number->string revision)))
@@ -100734,7 +100734,7 @@ presentation theme Warsaw.")
                                  "tex/latex/beamerthemecelestia/"))))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "18rbbbv3nyi0spwj3n38gkrpvmjmwchfaa9pcimdpq0xr286n92d"))))
+          (base32 "17i6fgdlwnj9r9hxyzp0ngd13i7p37w2ikaf2c6law0wcgi4dd23"))))
       (outputs '("out" "doc"))
       (build-system texlive-build-system)
       (home-page "https://ctan.org/pkg/beamerthemecelestia";)

Reply via email to