mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +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
|
||||
(package
|
||||
(name "console-setup")
|
||||
(version "1.197")
|
||||
(version "1.201")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6639,7 +6639,7 @@ (define-public console-setup
|
|||
(url "https://salsa.debian.org/installer-team/console-setup.git")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "0m2q30f94vd1wb2zqpiyplpgfchjlm8j41xiyxcqdjzdgqbs7l27"))
|
||||
(base32 "0xkynb8d1813wph3p0sdvbpimx7zqkzh4c3mmqymp3pibcg7af5a"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue