guix-commits
[Top][All Lists]
Advanced

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

06/17: gnu: console-setup: Update to 1.212.


From: guix-commits
Subject: 06/17: gnu: console-setup: Update to 1.212.
Date: Thu, 19 Jan 2023 16:28:45 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7caa81e0a8053acd0303a0feb8ab026030930b5d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:01 2023 +0100

    gnu: console-setup: Update to 1.212.
    
    * gnu/packages/xorg.scm (console-setup): Update to 1.212.
---
 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 df22bd032f..64fca5800d 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6548,7 +6548,7 @@ output.")
 (define-public console-setup
   (package
     (name "console-setup")
-    (version "1.210")
+    (version "1.212")
     (source
      (origin
        (method git-fetch)
@@ -6556,7 +6556,7 @@ output.")
              (url "https://salsa.debian.org/installer-team/console-setup.git";)
              (commit version)))
        (sha256
-        (base32 "0c8wps1q6a3ylywnvgv198x1k2dxjngsgscr3ajhaiq8hvr6x79n"))
+        (base32 "1g1riswqalhk95i81xmy4dzwp1wwfiapjjiv0x06cp8bnc2rdxbq"))
        (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]