guix-commits
[Top][All Lists]
Advanced

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

10/14: gnu: console-setup: Update to 1.209.


From: guix-commits
Subject: 10/14: gnu: console-setup: Update to 1.209.
Date: Wed, 27 Jul 2022 19:08:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 532bdeff3e1a804cf8d383b4640183afb986a8fd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:01 2022 +0200

    gnu: console-setup: Update to 1.209.
    
    * gnu/packages/xorg.scm (console-setup): Update to 1.209.
---
 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 c3e38314ce..1636880aaa 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6572,7 +6572,7 @@ output.")
 (define-public console-setup
   (package
     (name "console-setup")
-    (version "1.207")
+    (version "1.209")
     (source
      (origin
        (method git-fetch)
@@ -6580,7 +6580,7 @@ output.")
              (url "https://salsa.debian.org/installer-team/console-setup.git";)
              (commit version)))
        (sha256
-        (base32 "0fj93apsknx3lzbi2025pzr19q1gwnim8g4007aqqkhidc1msgx5"))
+        (base32 "0f1xac4wxkqdrqspmk803vr3z8flmjw5qiw3q31fmacp7nsjfc3x"))
        (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]