mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
da94cd1ea6
commit
877601d7e0
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue