mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: console-setup: Update to 1.197.
* gnu/packages/xorg.scm (console-setup): Update to 1.197.
This commit is contained in:
parent
94e164f32c
commit
fcaecc1515
1 changed files with 2 additions and 2 deletions
|
@ -6667,7 +6667,7 @@ (define-public bdfresize
|
|||
(define-public console-setup
|
||||
(package
|
||||
(name "console-setup")
|
||||
(version "1.196")
|
||||
(version "1.197")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6675,7 +6675,7 @@ (define-public console-setup
|
|||
(url "https://salsa.debian.org/installer-team/console-setup.git")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "0c79rycgpna8910as6blw3z3sajzzakz4qlvr6js2yr8zq2d0ylg"))
|
||||
(base32 "0m2q30f94vd1wb2zqpiyplpgfchjlm8j41xiyxcqdjzdgqbs7l27"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue