diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-11-13 23:45:59 +0300 |
---|---|---|
committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2024-11-23 19:00:10 +0300 |
commit | 8333938605e0d7e4f117ca41c5e0f9c23a5ccdee (patch) | |
tree | cd0fd94807993a74904ccc0799a37433997a92ff | |
parent | d3b010c38c449ea17bf7beba48de39acec26ae04 (diff) | |
download | guix-8333938605e0d7e4f117ca41c5e0f9c23a5ccdee.tar.gz guix-8333938605e0d7e4f117ca41c5e0f9c23a5ccdee.zip |
gnu: bootterm: Update to 0.5.
* gnu/packages/terminals.scm (bootterm): Update to 0.5.
Change-Id: I374a778bb81e8a37849e1dd592fc247c43be6486
-rw-r--r-- | gnu/packages/terminals.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm index fbfc4439db..19b667107f 100644 --- a/gnu/packages/terminals.scm +++ b/gnu/packages/terminals.scm @@ -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 @@ terminal. Note that you need support for OpenGL 3.2 or higher.") (define-public bootterm (package (name "bootterm") - (version "0.4") + (version "0.5") (source (origin (method git-fetch) (uri (git-reference @@ -1727,7 +1728,7 @@ terminal. Note that you need support for OpenGL 3.2 or higher.") (file-name (git-file-name name version)) (sha256 (base32 - "1k3jacld98za41dbpr10sjms77hrw91sb10m0cnwv3h7aifiwmrs")))) + "1xag6agcqkq2p7gp20qxjb95ah7p6lia65jmm5v51rqxfzclx2h1")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |