From 30c776a6a836413d85ceaf60e6d5f88a8b8778c3 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 6 Dec 2021 14:45:50 +0200 Subject: gnu: go-gopkg-in-yaml-v2: Update to 2.4.0. * gnu/packages/golang.scm (go-gopkg-in-yaml-v2): Update to 2.4.0. --- gnu/packages/golang.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/golang.scm') diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 6c578dbdf4..2ce1f0cd4c 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -3875,7 +3875,7 @@ which satisfies the cron expression.") (define-public go-gopkg-in-yaml-v2 (package (name "go-gopkg-in-yaml-v2") - (version "2.2.2") + (version "2.4.0") (source (origin (method git-fetch) @@ -3885,7 +3885,7 @@ which satisfies the cron expression.") (file-name (git-file-name name version)) (sha256 (base32 - "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa")) + "1pbmrpj7gcws34g8vwna4i2nhm9p6235piww36436xhyaa10cldr")) (modules '((guix build utils))) (snippet '(begin -- cgit v1.2.3 maryrefslogtreecommitdiff
path: root/gnu/installer/newt
AgeCommit message (Expand)Author
2022-02-02installer: Make dump archive creation optional and selective....Josselin Poiret
2022-02-02installer: Turn passwords into opaque records....Josselin Poiret
2022-02-02installer: Add error page when running external commands....Josselin Poiret
2022-02-02installer: Use named prompt to abort or break installer steps....Josselin Poiret
2022-02-02installer: Replace run-command by invoke in newt/page.scm....Josselin Poiret
2022-02-02installer: Fix run-file-textbox-page when edit-button is #f....Josselin Poiret
2022-02-02installer: Use new installer-log-line everywhere....Josselin Poiret
2022-02-02installer: Add crash dump upload support....Mathieu Othacehe
2022-01-14installer: Check if ci.guix.gnu.org can be reached....Mathieu Othacehe
2022-01-14installer: Ignore small devices....Mathieu Othacehe
2021-12-28installer: Recommend 'ntp-service-type' for non-graphical systems....Leo Famulari
2021-12-28installer: Offer the CUPS printing service on a dedicated page....Leo Famulari
2021-10-21installer: Reorder file system type listbox....Tobias Geerinckx-Rice
2021-09-23installer: Support XFS....Tobias Geerinckx-Rice
2021-06-30installer: Offer the CUPS printing service....Tobias Geerinckx-Rice
2021-06-29installer: Fix crash when deleting a free space partition....Mathieu Othacehe
2021-06-12installer: Check partitions UUIDs....Mathieu Othacehe
2021-06-12installer: Print user partitions....Mathieu Othacehe
2021-04-28installer: Force GPT disk label when UEFI is supported....Mathieu Othacehe
2021-01-31installer: Edit desktop selection prompt....Tobias Geerinckx-Rice
2021-01-12installer: Fix crash in parameters menu....Mathieu Othacehe
2020-12-11install: Discover local substitute servers....Mathieu Othacehe
2020-11-07installer: parameters: Add a reboot button....Mathieu Othacehe
2020-11-07installer: Edit partitioning warning message....Mathieu Othacehe
2020-11-07installer: Limit listbox height....Mathieu Othacehe
2020-11-02installer: Report to the user the formatted partitions....Miguel Ángel Arruga Vivas
2020-10-30installer: Use UUIDs in the 'swap-devices' field....Ludovic Courtès
2020-10-28installer: Log partition formatting....Ludovic Courtès
2020-10-23installer: Make the network management selection window tighter....Ludovic Courtès
2020-10-13installer: Add Emacs EXWM desktop environment....Jan (janneke) Nieuwenhuizen
2020-09-21installer: Rename RUN-PARTIONING-PAGE....Tobias Geerinckx-Rice
2020-09-21installer: Fix docstring typoes....Tobias Geerinckx-Rice
2020-09-02installer: Run the installation inside a container....Mathieu Othacehe
2020-07-26installer: Add NTFS support....Mathieu Othacehe