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 ;;; Copyright © 2024 Ashish SHUKLA ;;; Copyright © 2024 Ashvith Shetty +;;; Copyright © 2024 Artyom V. Poptsov ;;; ;;; 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