diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:01 +0100 |
commit | 7caa81e0a8053acd0303a0feb8ab026030930b5d (patch) | |
tree | 9f2d6391152c720c88752212cc8d48272ce78e86 | |
parent | 49f8d936adc18cb9d98e88aae9fde4e9e756c7c1 (diff) | |
download | guix-7caa81e0a8053acd0303a0feb8ab026030930b5d.tar.gz |
gnu: console-setup: Update to 1.212.
* gnu/packages/xorg.scm (console-setup): Update to 1.212.
-rw-r--r-- | gnu/packages/xorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index df22bd032f..64fca5800d 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -6548,7 +6548,7 @@ output.") (define-public console-setup (package (name "console-setup") - (version "1.210") + (version "1.212") (source (origin (method git-fetch) @@ -6556,7 +6556,7 @@ output.") (url "https://salsa.debian.org/installer-team/console-setup.git") (commit version))) (sha256 - (base32 "0c8wps1q6a3ylywnvgv198x1k2dxjngsgscr3ajhaiq8hvr6x79n")) + (base32 "1g1riswqalhk95i81xmy4dzwp1wwfiapjjiv0x06cp8bnc2rdxbq")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |