mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: bootterm: Update to 0.5.
* gnu/packages/terminals.scm (bootterm): Update to 0.5. Change-Id: I374a778bb81e8a37849e1dd592fc247c43be6486
This commit is contained in:
parent
d3b010c38c
commit
8333938605
1 changed files with 3 additions and 2 deletions
|
@ -42,6 +42,7 @@
|
|||
;;; Copyright © 2024 Clément Lassieur <clement@lassieur.org>
|
||||
;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
|
||||
;;; Copyright © 2024 Ashvith Shetty <ashvithshetty10@gmail.com>
|
||||
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -1718,7 +1719,7 @@ (define (create-manpage manpage)
|
|||
(define-public bootterm
|
||||
(package
|
||||
(name "bootterm")
|
||||
(version "0.4")
|
||||
(version "0.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1727,7 +1728,7 @@ (define-public bootterm
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k3jacld98za41dbpr10sjms77hrw91sb10m0cnwv3h7aifiwmrs"))))
|
||||
"1xag6agcqkq2p7gp20qxjb95ah7p6lia65jmm5v51rqxfzclx2h1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no test suite
|
||||
|
|
Loading…
Reference in a new issue