mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: console-setup: Update to 1.194.
* gnu/packages/xorg.scm (console-setup): Update to 1.194.
This commit is contained in:
parent
c6df2f5817
commit
468c2402c7
1 changed files with 2 additions and 2 deletions
|
@ -6354,7 +6354,7 @@ (define-public bdfresize
|
||||||
(define-public console-setup
|
(define-public console-setup
|
||||||
(package
|
(package
|
||||||
(name "console-setup")
|
(name "console-setup")
|
||||||
(version "1.191")
|
(version "1.194")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6362,7 +6362,7 @@ (define-public console-setup
|
||||||
(url "https://salsa.debian.org/installer-team/console-setup.git")
|
(url "https://salsa.debian.org/installer-team/console-setup.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wplhjadk530fqxhfnizil32rcvkcl5m2r18yskspcib53r4pmim"))
|
(base32 "0fkabv05j5dj10mfrpjyvv7lnxl9qaqkbjhwj72r18i9i4019vgh"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue