mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: console-setup: Update to 1.201.
* gnu/packages/xorg.scm (console-setup): Update to 1.201.
This commit is contained in:
parent
8698829587
commit
ca8c2d1750
1 changed files with 2 additions and 2 deletions
|
@ -6631,7 +6631,7 @@ (define-public bdfresize
|
||||||
(define-public console-setup
|
(define-public console-setup
|
||||||
(package
|
(package
|
||||||
(name "console-setup")
|
(name "console-setup")
|
||||||
(version "1.197")
|
(version "1.201")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6639,7 +6639,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 "0m2q30f94vd1wb2zqpiyplpgfchjlm8j41xiyxcqdjzdgqbs7l27"))
|
(base32 "0xkynb8d1813wph3p0sdvbpimx7zqkzh4c3mmqymp3pibcg7af5a"))
|
||||||
(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