Nicolas Graves via Guix-patches via
bd2470ca4d
import: utils: Add function git->origin.
...
* guix/import/utils.scm: (git-origin, git->origin): Add procedures.
* guix/import/elpa.scm
(download-git-repository): Remove function download-git-repository.
(git-repository->origin): Remove function git-repository->origin.
(ref): Add function ref.
(melpa-recipe->origin): Use functions git->origin and ref.
* guix/import/go.scm
(git-checkout-hash): Remove function git-checkout-hash.
(transform-version): Add function transform-version.
(vcs->origin): Use functions git->origin and transform-version. Add
optional argument transform-version.
* tests/import/go.scm
(go-module->guix-package): Adapt test case to changes in guix/import/go.scm.
* guix/import/luanti.scm
(download-git-repository): Remove function download-git-repository.
(make-luanti-sexp): Use function git->origin.
* tests/luanti.scm
(make-package-sexp): Refresh function accordingly.
* guix/import/composer.scm
(make-php-sexp): Use function git->origin.
Change-Id: Ied05a63bdd60fbafe26fbbb4e115ff6f0bb9db3c
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com >
2025-09-24 19:16:53 +02:00
..
2025-04-21 23:55:50 +02:00
2025-09-18 13:44:12 +09:00
2024-12-18 18:32:40 +01:00
2017-03-16 22:50:14 +01:00
2020-08-29 16:24:17 +02:00
2014-03-30 12:02:10 +02:00
2022-08-28 23:37:28 +02:00
2017-01-26 13:49:56 +01:00
2022-07-13 10:49:40 -04:00
2025-09-18 13:44:12 +09:00
2023-09-26 17:36:58 +02:00
2024-08-21 00:52:39 +02:00
2021-01-16 11:51:03 +00:00
2024-12-30 11:01:54 +01:00
2016-05-04 23:35:55 +02:00
2023-12-18 23:16:28 +01:00
2025-05-05 14:34:00 +02:00
2023-06-09 14:19:14 +02:00
2024-04-15 22:36:42 +02:00
2021-12-18 04:09:47 +01:00
2025-08-21 19:09:04 +08:00
2025-08-31 12:39:24 +02:00
2025-08-31 12:39:24 +02:00
2018-11-12 23:37:13 +01:00
2025-06-24 10:07:57 -04:00
2017-07-03 23:51:23 +02:00
2024-04-15 22:36:42 +02:00
2024-09-17 17:34:58 +02:00
2023-06-09 14:19:14 +02:00
2025-09-18 13:44:12 +09:00
2025-02-28 13:36:44 +09:00
2025-04-06 11:23:07 +02:00
2023-09-26 17:36:59 +02:00
2024-07-18 17:31:19 +02:00
2020-12-09 22:25:17 +01:00
2025-09-18 13:44:12 +09:00
2025-09-24 19:16:53 +02:00
2023-10-28 00:17:23 +02:00
2023-08-21 16:16:47 +02:00
2024-11-12 23:40:39 +01:00
2023-04-21 16:16:38 +02:00
2021-12-22 10:53:19 +01:00
2023-04-21 16:16:38 +02:00
2025-09-18 13:44:12 +09:00
2023-04-21 16:16:38 +02:00
2022-09-04 23:10:10 +02:00
2024-05-13 16:31:35 +02:00
2025-09-03 12:34:13 +02:00
2023-04-21 16:16:38 +02:00
2023-04-21 16:16:38 +02:00
2025-06-22 23:45:36 +02:00
2023-09-26 17:36:57 +02:00
2023-04-21 16:16:38 +02:00
2025-09-03 12:34:13 +02:00
2021-02-22 12:07:45 +01:00
2023-11-15 18:29:37 +01:00
2025-09-03 12:34:13 +02:00
2025-09-03 12:34:13 +02:00
2023-10-28 01:30:37 +02:00
2023-04-21 17:09:46 +02:00
2023-04-21 16:16:38 +02:00
2024-12-14 00:34:28 +01:00
2025-05-19 10:07:24 +09:00
2020-09-16 16:04:01 +02:00
2024-12-14 01:28:49 +01:00
2023-12-06 23:50:04 +01:00
2025-02-09 18:20:41 +01:00
2024-06-13 22:34:00 +02:00
2025-09-18 13:44:12 +09:00
2023-12-03 16:15:29 +01:00
2024-06-03 22:58:53 +02:00
2025-01-16 22:32:11 +01:00
2022-06-04 12:04:24 +02:00
2022-03-06 22:49:46 +01:00
2025-02-28 13:36:44 +09:00
2022-12-26 17:15:06 +01:00
2025-04-15 10:21:33 +02:00
2022-07-08 13:51:34 +01:00
2021-04-12 18:42:22 +02:00
2025-07-28 10:34:36 +03:00
2025-09-24 19:16:53 +02:00
2024-08-31 10:42:16 +02:00
2025-03-05 00:28:49 +01:00
2021-11-16 14:34:28 +01:00
2025-09-18 13:44:12 +09:00
2025-04-13 14:19:43 +02:00
2025-09-18 13:44:12 +09:00
2024-04-15 22:36:42 +02:00
2021-12-22 10:53:19 +01:00
2025-09-18 13:44:12 +09:00
2025-09-23 14:53:36 +02:00
2022-12-12 15:03:05 +01:00
2024-09-28 00:20:18 +02:00
2025-03-26 17:57:44 +01:00
2024-08-31 10:42:49 +02:00
2025-09-21 18:47:23 +02:00
2025-09-18 13:44:12 +09:00
2025-02-24 23:33:51 +01:00
2023-06-04 10:59:28 +02:00
2025-09-18 13:44:12 +09:00
2019-03-24 00:13:53 +01:00
2019-06-14 22:09:38 +02:00
2025-03-05 00:28:49 +01:00
2016-04-03 14:19:09 +02:00
2018-11-12 23:37:13 +01:00
2022-06-26 23:19:14 +02:00
2024-04-15 22:36:42 +02:00
2024-12-30 00:51:57 +01:00
2024-05-25 16:44:42 +02:00
2023-08-18 16:10:08 +02:00
2025-09-23 11:13:22 +02:00
2024-06-03 22:58:52 +02:00
2023-12-04 22:26:36 +01:00
2024-03-09 18:55:49 +01:00
2025-04-20 18:50:51 +02:00
2022-10-22 01:46:55 +02:00
2012-04-19 23:09:55 +02:00
2025-05-06 11:25:06 +02:00
2025-01-20 21:37:36 +01:00
2025-05-05 12:15:47 +02:00
2022-12-13 17:46:39 +01:00
2019-06-14 21:57:39 +02:00
2025-01-08 23:03:04 +01:00
2024-04-15 22:36:42 +02:00
2019-05-07 12:18:44 +02:00
2017-11-17 10:47:49 +01:00