From e90509b627c8ac21e904bea2d94dbc044e9daa6b Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Thu, 15 Sep 2022 22:15:15 +0200 Subject: gnu: gfeeds: Use git origin. * gnu/packages/syndication.scm (gfeeds)[origin]: Use git-fetch and git-reference. --- gnu/packages/syndication.scm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index 732f5f4ea9..05e4c20d97 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -524,14 +524,13 @@ parser. It is \"not fit for use at this point\", but gfeeds uses it anyway.") (name "gfeeds") (version "0.16.2") (source (origin - (method url-fetch) - (uri - (string-append - "https://gitlab.gnome.org/World/gfeeds/-/archive/" version - "/gfeeds-" version ".tar.bz2")) + (method git-fetch) + (uri (git-reference + (url "https://gitlab.gnome.org/World/gfeeds") + (commit version))) (sha256 (base32 - "05gwwzqfz29m477imd5vh84jfla1wnklwpc2sdxnqli72wg08fli")))) + "045889417506w2l25j7jxx7jfdpfljbirhm1s4whvhk83xap19zb")))) (build-system meson-build-system) (arguments `(#:phases -- cgit v1.2.3