mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: bootar: Update to 1b.
* gnu/packages/commencement.scm (bootar): Update to 1b.
This commit is contained in:
parent
892aac72a2
commit
ca6993af91
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ (define-module (gnu packages commencement)
|
|||
(define bootar
|
||||
(package
|
||||
(name "bootar")
|
||||
(version "1a")
|
||||
(version "1b")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (list (string-append
|
||||
|
@ -101,7 +101,7 @@ (define bootar
|
|||
version ".ses")))
|
||||
(sha256
|
||||
(base32
|
||||
"0mvp6vgx0q316fvy3z2lddlc5xgq5np3bm1fypgvj6dnayibg9np"))))
|
||||
"0cf5vj5yxfvkgzvjvh2l7b2nz5ji5l534n9g4mfp8f5jsjqdrqjc"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:implicit-inputs? #f
|
||||
|
|
Loading…
Reference in a new issue