guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: console-setup: Update to 1.196.


From: guix-commits
Subject: 07/07: gnu: console-setup: Update to 1.196.
Date: Sun, 19 Jul 2020 20:08:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 454b3748661b2ad47665e176e93d25f0ff9fbecb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jul 20 01:47:39 2020 +0200

    gnu: console-setup: Update to 1.196.
    
    * gnu/packages/xorg.scm (console-setup): Update to 1.196.
    [source]: Use git tag.
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index af9f396..66d78ca 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6654,15 +6654,15 @@ output.")
 (define-public console-setup
   (package
     (name "console-setup")
-    (version "1.195")
+    (version "1.196")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://salsa.debian.org/installer-team/console-setup.git";)
-             (commit "38512eb9a97f57ead1f87f6aee6df455f721c645"))) ; no tag
+             (commit version)))
        (sha256
-        (base32 "0d0xagigs5k3appzz5lzxdjncvnkgz4amz6ks7imiq8kkjixvmfy"))
+        (base32 "0c79rycgpna8910as6blw3z3sajzzakz4qlvr6js2yr8zq2d0ylg"))
        (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]