diff options
author | Timothy Sample <samplet@ngyro.com> | 2021-02-07 13:35:49 -0500 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2022-03-19 13:33:06 -0600 |
commit | ca6993af91083733b7a280815a516c6e6cdf4b88 (patch) | |
tree | 2c87e9e4158b972a0583e57d080c60c09d7bed50 | |
parent | 892aac72a2e90682fe53075b03967217afb3df08 (diff) | |
download | guix-ca6993af91083733b7a280815a516c6e6cdf4b88.tar.gz |
gnu: bootar: Update to 1b.
* gnu/packages/commencement.scm (bootar): Update to 1b.
-rw-r--r-- | gnu/packages/commencement.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 405cbedd71..084921781d 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -91,7 +91,7 @@ (define bootar (package (name "bootar") - (version "1a") + (version "1b") (source (origin (method url-fetch) (uri (list (string-append @@ -101,7 +101,7 @@ version ".ses"))) (sha256 (base32 - "0mvp6vgx0q316fvy3z2lddlc5xgq5np3bm1fypgvj6dnayibg9np")))) + "0cf5vj5yxfvkgzvjvh2l7b2nz5ji5l534n9g4mfp8f5jsjqdrqjc")))) (build-system gnu-build-system) (arguments `(#:implicit-inputs? #f |