mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: book-sparc: Update to 3.0.2.
* gnu/packages/books.scm (book-sparc): Update to 3.0.2. Change-Id: If90cf0df9c20333f9b11e8c6054968d5d9dd0d1f
This commit is contained in:
parent
0134b8c8d0
commit
2556085c27
1 changed files with 2 additions and 2 deletions
|
|
@ -42,7 +42,7 @@
|
|||
(define-public book-sparc
|
||||
(package
|
||||
(name "book-sparc")
|
||||
(version "3.0.0")
|
||||
(version "3.0.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"0fc8w51d6dsnn1fi0c2fq2vabx375gv0py2kfalhjpa1l193a1dw"))
|
||||
"19jq3sj8az8vn36qz0ld1glzw7qxsvqs95yxnw2r691caphvsfvk"))
|
||||
(file-name (git-file-name name version))
|
||||
(modules '((guix build utils)))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue