[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/14: gnu: console-setup: Update to 1.195.
From: |
guix-commits |
Subject: |
14/14: gnu: console-setup: Update to 1.195. |
Date: |
Sat, 16 May 2020 08:31:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 13356b22c4e408246b8d809cd6370c6a2bf936b5
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat May 16 02:31:06 2020 +0200
gnu: console-setup: Update to 1.195.
* gnu/packages/xorg.scm (console-setup): Update to 1.195.
---
gnu/packages/xorg.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 25f2793..9a7b856 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -6615,15 +6615,15 @@ output.")
(define-public console-setup
(package
(name "console-setup")
- (version "1.194")
+ (version "1.195")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://salsa.debian.org/installer-team/console-setup.git")
- (commit version)))
+ (commit "38512eb9a97f57ead1f87f6aee6df455f721c645"))) ; no tag
(sha256
- (base32 "0fkabv05j5dj10mfrpjyvv7lnxl9qaqkbjhwj72r18i9i4019vgh"))
+ (base32 "0d0xagigs5k3appzz5lzxdjncvnkgz4amz6ks7imiq8kkjixvmfy"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -6631,7 +6631,7 @@ output.")
(let ((bash (assoc-ref %build-inputs "bash"))
(out (assoc-ref %outputs "out")))
(list (string-append "SHELL=" bash "/bin/bash")))
- #:tests? #f ;no tests
+ #:tests? #f ; no tests
#:phases
(modify-phases %standard-phases
(delete 'configure)
@@ -6665,10 +6665,10 @@ output.")
`(("pkg-config" ,pkg-config)
("bdftopcf" ,bdftopcf)
("bdfresize" ,bdfresize)
- ("sharutils" ,sharutils) ;for 'uuencode'
+ ("sharutils" ,sharutils) ; for 'uuencode'
("perl" ,perl)))
(inputs
- `(("perl" ,perl))) ;used by 'ckbcomp'
+ `(("perl" ,perl))) ; used by 'ckbcomp'
(synopsis "Set up the Linux console font and keyboard")
(description
"console-setup provides the console with the same keyboard
- 05/14: gnu: lchat: Update to 0.0.0-4.e3b64e6., (continued)
- 05/14: gnu: lchat: Update to 0.0.0-4.e3b64e6., guix-commits, 2020/05/16
- 06/14: gnu: Don't use NAME in (gnu packages suckless) URIs., guix-commits, 2020/05/16
- 09/14: gnu: libutf: Use GIT- helpers., guix-commits, 2020/05/16
- 08/14: gnu: fortify-headers: Update to 1.1., guix-commits, 2020/05/16
- 12/14: gnu: utf8proc: Factor out UNICODE_VERSION., guix-commits, 2020/05/16
- 11/14: gnu: Order (gnu packase suckless) module imports., guix-commits, 2020/05/16
- 10/14: gnu: Support cross-gccs in (gnu packages suckless)., guix-commits, 2020/05/16
- 13/14: gnu: utf8proc: Update to 2.5.0., guix-commits, 2020/05/16
- 04/14: gnu: zsh-autosuggestions: Update to 0.6.4., guix-commits, 2020/05/16
- 07/14: gnu: st: Update to 0.8.3., guix-commits, 2020/05/16
- 14/14: gnu: console-setup: Update to 1.195.,
guix-commits <=