gnu: gfeeds: Use git origin.

* gnu/packages/syndication.scm (gfeeds)[origin]: Use git-fetch and
git-reference.
This commit is contained in:
Liliana Marie Prikler 2022-09-15 22:15:15 +02:00
parent 99af12e826
commit e90509b627
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -524,14 +524,13 @@ (define-public gfeeds
(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