summaryrefslogtreecommitdiff
path: root/guix/import/gnome.scm
Commit message (Collapse)AuthorAge
* import: gnome: Update for Guile-JSON 3.x.Ludovic Courtès2019-08-17
| | | | | | | | | This is a followup to 81c3dc32244a17241d74eea9fa265edfcb326f6d. * guix/import/gnome.scm (jsonish->upstream-source): Use 'assoc-ref' instead of 'hash-ref'. (latest-gnome-release): Match a vector containing an alist, not a hash table. Use 'fold' instead of 'hash-fold' over RELEASES.
* upstream: Add new GNOME updater.Ludovic Courtès2017-09-26
Partly fixes <https://bugs.gnu.org/28159>. Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>. * guix/import/gnome.scm: New file. * Makefile.am (MODULES): Add it. * guix/gnu-maintenance.scm (latest-gnome-release) (%gnome-updater): Remove.