[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: bootterm: Update to 0.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: bootterm: Update to 0.2. |
Date: |
Fri, 01 Jan 2021 21:09:44 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a838475 gnu: bootterm: Update to 0.2.
a838475 is described below
commit a8384752c38acfe8c1e13ea23ca54f95097dfcbc
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Jan 1 21:08:43 2021 -0500
gnu: bootterm: Update to 0.2.
* gnu/packages/terminals.scm (bootterm): Update to 0.2.
---
gnu/packages/terminals.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 881a75d..b313c80 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1432,7 +1432,7 @@ terminal. Note that you need support for OpenGL 3.2 or
higher.")
(define-public bootterm
(package
(name "bootterm")
- (version "0.1")
+ (version "0.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1441,7 +1441,7 @@ terminal. Note that you need support for OpenGL 3.2 or
higher.")
(file-name (git-file-name name version))
(sha256
(base32
- "1mh2i47ppcrw027nmkpjgbmx55ml21bmqihvwkhlvj1jr0vv8pva"))))
+ "08yb4kiid3028cqsx7wzyrzk46asphxlxlj1y141hi245wbql55n"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: bootterm: Update to 0.2.,
guix-commits <=