summary refs log tree commit diff
path: root/guix/import/elpa.scm
AgeCommit message (Expand)Author
2023-06-09tests: Ensure 'elpa' test does not access the network.Ludovic Courtès
2023-05-31import: elpa: Updater provides input list.Ludovic Courtès
2023-05-04import: elpa: Standardize warning message.Ludovic Courtès
2023-05-04import: elpa: Use the expected repo in recursive imports.Ludovic Courtès
2023-05-04import: elpa: 'elpa->guix-package' accepts other keyword arguments.Ludovic Courtès
2023-04-08import: Properly report "no specific version" errors.Ludovic Courtès
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2022-12-26import: Issue error-message if version is given.Hartmut Goebel
2022-12-26upstream-updater: Rename record field.Hartmut Goebel
2022-03-07import: elpa: Return multiple values for unknown packages.zimoun
2022-01-06import: Factorize file hashing.Sarah Morgensen
2022-01-05import: elpa: Also check NonGNU ELPA for updates.Xinglu Chen
2021-12-18import: elpa: Support ‘upstream-name’ property.Xinglu Chen
2021-12-17import: Beautify descriptions when appropriate.Xinglu Chen
2021-11-08Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-11-06import: elpa: Work around Guile 3.0.[5-7] compiler bug.Ludovic Courtès
2021-09-17Merge branch 'master' into core-updates-frozenMarius Bakke
2021-09-10import: elpa: Don't hardcode default branch to 'master'.Xinglu Chen
2021-09-07import: elpa: Support NonGNU ELPA.Xinglu Chen
2021-07-11import: elpa: Emit new-style package inputs.Ludovic Courtès
2021-01-07import: elpa: Updater gracefully handles missing upstream data.Ludovic Courtès
2020-12-31import/elpa: Abort early on failure to fetch meta data.Ricardo Wurmus
2020-12-18import: elpa: Support working with MELPA.Carlo Zancanaro
2020-12-02import: utils: 'recursive-import' accepts an optional version parameter.Martin Becze
2020-07-03upstream: Define 'url-predicate' and use it.Ludovic Courtès
2020-01-16import: elpa: Rewrite test to use an HTTP server instead of mocking.Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès
2018-07-03import: elpa: Check if 'fetch-elpa-package' rest argument is null.Oleg Pykhalov
2018-06-08import: elpa: Remove unused (gnu packages) module.Oleg Pykhalov
2018-06-08import: elpa: Add recursive import.Oleg Pykhalov
2018-03-18import: elpa: Return 'license:gpl3+ for ELPA only.Ludovic Courtès
2018-03-18import: elpa: Fix typos in documentation stringsKonrad Hinsen
2018-03-18import: elpa: use https in download URLsKonrad Hinsen
2017-10-28import: elpa: Do not abort when failing to download the archive.Ludovic Courtès
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-03-28Replace (compose not PROC) with simpler idioms.Ludovic Courtès
2017-01-28Add (guix memoization).Ludovic Courtès
2016-12-29import: elpa: Import dependencies as propagated-inputsCarlo Zancanaro
2016-12-29import: elpa: Fix call-with-downloaded-fileCarlo Zancanaro
2016-05-04utils: Move combinators to (guix combinators).Ludovic Courtès
2016-04-15upstream: Pass a package object to updaters.Ludovic Courtès
2016-01-28packages: Use '@' in package record printers.Mathieu Lirzin
2015-10-27upstream: Add 'description' field to 'upstream-updater'.Alex Kost
2015-10-21import: elpa: Add updater.Ludovic Courtès
2015-10-21import: elpa: Use 'http-fetch/cached' to retrieve the archive.Ludovic Courtès
2015-08-01import: elpa: Improve error message reporting.Federico Beffa
2015-07-08import: Add 'elpa' importer.Federico Beffa