aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aux-files/linux-libre/6.5-x86_64.conf
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-10-25 16:57:42 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-10-25 16:58:43 +0200
commit49e6c0311741ac85c4a1cf5070c1dbf88bd2c944 (patch)
tree7b7ae02ecefecbcd83821cf9fd5615364728a6cb /gnu/packages/aux-files/linux-libre/6.5-x86_64.conf
parent6eab7ce6c004a7016951fd07aceede26926602d3 (diff)
downloadguix-49e6c0311741ac85c4a1cf5070c1dbf88bd2c944.tar.gz
guix-49e6c0311741ac85c4a1cf5070c1dbf88bd2c944.zip
gnu: r-lattice: Update to 0.22-5.
* gnu/packages/statistics.scm (r-lattice): Update to 0.22-5. Change-Id: I77cb85f0b548f519216e9e6b31b8e8b3bb78e1d8
Diffstat (limited to 'gnu/packages/aux-files/linux-libre/6.5-x86_64.conf')
0 files changed, 0 insertions, 0 deletions
>Tobias Geerinckx-Rice 2022-10-16guix-install.sh: Treat all uncaught errors as fatal....* etc/guix-install.sh: Set -o pipefail. Tobias Geerinckx-Rice 2022-10-16guix-install.sh: Suggest what to do if fetching OpenPGP key(s) fails....* etc/guix-install.sh (chk_gpg_keyring): Report an _err and set the exit_flag if wget | gpg --import fails. Tobias Geerinckx-Rice 2022-10-16guix-install.sh: Time out fetching OpenPGP keys....The default 900s provide no useful backstop in interactive use. * etc/guix-install.sh (chk_gpg_keyring): Add a 30s wget --timeout. Tobias Geerinckx-Rice 2022-10-17news: Add 'pt' translation....* etc/news.scm: Add Portuguese translation of entry about the new --emulate-fhs option. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Thiago Jung Bauermann