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

avp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 877601d7e0 gnu: book-sparc: Update to 2.3.0.
877601d7e0 is described below

commit 877601d7e0f2476abf4804b1655e652c6001805f
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sun Dec 22 21:06:40 2024 +0300

    gnu: book-sparc: Update to 2.3.0.
    
    * gnu/packages/books.scm (book-sparc): Update to 2.3.0.
    
    Change-Id: Icc19e8ec36b361f6d1df3424d4c95a64384bd637
---
 gnu/packages/books.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/books.scm b/gnu/packages/books.scm
index 7a5c849d60..bb152aaf67 100644
--- a/gnu/packages/books.scm
+++ b/gnu/packages/books.scm
@@ -42,7 +42,7 @@
 (define-public book-sparc
   (package
     (name "book-sparc")
-    (version "2.2.0")
+    (version "2.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -50,7 +50,7 @@
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "08aswb6cb02c0yqpkyj4vmfjvdjsffxqcqabivgv2gcgn8mhi4wm"))
+                "1kvspfp3z4z5laghrjr7my6nr8877myjiafbra2jrg3f42c5a4fl"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))))
     (build-system gnu-build-system)

Reply via email to