guix-commits
[Top][All Lists]
Advanced

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

14/22: gnu: console-setup: Update to 1.197.


From: guix-commits
Subject: 14/22: gnu: console-setup: Update to 1.197.
Date: Tue, 22 Sep 2020 22:41:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fcaecc151553091507b9a63cef769311001ab04b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 23 02:47:16 2020 +0200

    gnu: console-setup: Update to 1.197.
    
    * gnu/packages/xorg.scm (console-setup): Update to 1.197.
---
 gnu/packages/xorg.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 868a062..aca6282 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6667,7 +6667,7 @@ output.")
 (define-public console-setup
   (package
     (name "console-setup")
-    (version "1.196")
+    (version "1.197")
     (source
      (origin
        (method git-fetch)
@@ -6675,7 +6675,7 @@ output.")
              (url "https://salsa.debian.org/installer-team/console-setup.git";)
              (commit version)))
        (sha256
-        (base32 "0c79rycgpna8910as6blw3z3sajzzakz4qlvr6js2yr8zq2d0ylg"))
+        (base32 "0m2q30f94vd1wb2zqpiyplpgfchjlm8j41xiyxcqdjzdgqbs7l27"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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