gnu: console-setup: Update to 1.205.
* gnu/packages/xorg.scm (console-setup): Update to 1.205.
This commit is contained in:
parent
5654a24057
commit
a916d50566
1 changed files with 2 additions and 2 deletions
|
@ -6691,7 +6691,7 @@ output.")
|
||||||
(define-public console-setup
|
(define-public console-setup
|
||||||
(package
|
(package
|
||||||
(name "console-setup")
|
(name "console-setup")
|
||||||
(version "1.203")
|
(version "1.205")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6699,7 +6699,7 @@ output.")
|
||||||
(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 "1bavb8h4j1za2h7mxr109imicjmh7fp4099lvzfgavhjr3l3vsab"))
|
(base32 "0sf560s14firyvzpgww79ydzc6p3jvjkbvsi8zsr5m3hr833w0ba"))
|
||||||
(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
|
||||||
|
|
Reference in a new issue