gnu: book-sparc: Update to 2.3.0.

* gnu/packages/books.scm (book-sparc): Update to 2.3.0.

Change-Id: Icc19e8ec36b361f6d1df3424d4c95a64384bd637
This commit is contained in:
Artyom V. Poptsov 2024-12-22 21:06:40 +03:00
parent da94cd1ea6
commit 877601d7e0
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -42,7 +42,7 @@ (define-module (gnu packages books)
(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 @@ (define-public book-sparc
(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)