gnu: console-setup: Update to 1.191.
* gnu/packages/xorg.scm (console-setup): Update to 1.191.
This commit is contained in:
parent
9015e63996
commit
afcd4438f8
1 changed files with 2 additions and 2 deletions
|
@ -6356,7 +6356,7 @@ (define-public bdfresize
|
|||
(define-public console-setup
|
||||
(package
|
||||
(name "console-setup")
|
||||
(version "1.190")
|
||||
(version "1.191")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6364,7 +6364,7 @@ (define-public console-setup
|
|||
(url "https://salsa.debian.org/installer-team/console-setup.git")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "0qklm9ww1wap2bs7hp31xkfjyhdrirg2mk4hiv7h6fiqckzmdwvd"))
|
||||
(base32 "0wplhjadk530fqxhfnizil32rcvkcl5m2r18yskspcib53r4pmim"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue