guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: bootterm: Update to 0.4.


From: guix-commits
Subject: branch master updated: gnu: bootterm: Update to 0.4.
Date: Mon, 15 Feb 2021 17:51:21 -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 1bab552  gnu: bootterm: Update to 0.4.
1bab552 is described below

commit 1bab55202c0c31f698f02bd2525b0a919a252b95
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Feb 15 17:48:27 2021 -0500

    gnu: bootterm: Update to 0.4.
    
    * gnu/packages/terminals.scm (bootterm): Update to 0.4.
---
 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 a9897ec..c53774b 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1345,7 +1345,7 @@ terminal.  Note that you need support for OpenGL 3.2 or 
higher.")
 (define-public bootterm
   (package
     (name "bootterm")
-    (version "0.2")
+    (version "0.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1354,7 +1354,7 @@ terminal.  Note that you need support for OpenGL 3.2 or 
higher.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "08yb4kiid3028cqsx7wzyrzk46asphxlxlj1y141hi245wbql55n"))))
+                "1k3jacld98za41dbpr10sjms77hrw91sb10m0cnwv3h7aifiwmrs"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no test suite



reply via email to

[Prev in Thread] Current Thread [Next in Thread]