gnu: gfeeds: Use git origin.
* gnu/packages/syndication.scm (gfeeds)[origin]: Use git-fetch and git-reference.
This commit is contained in:
parent
99af12e826
commit
e90509b627
1 changed files with 5 additions and 6 deletions
|
@ -524,14 +524,13 @@ parser. It is \"not fit for use at this point\", but gfeeds uses it anyway.")
|
||||||
(name "gfeeds")
|
(name "gfeeds")
|
||||||
(version "0.16.2")
|
(version "0.16.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri (git-reference
|
||||||
(string-append
|
(url "https://gitlab.gnome.org/World/gfeeds")
|
||||||
"https://gitlab.gnome.org/World/gfeeds/-/archive/" version
|
(commit version)))
|
||||||
"/gfeeds-" version ".tar.bz2"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05gwwzqfz29m477imd5vh84jfla1wnklwpc2sdxnqli72wg08fli"))))
|
"045889417506w2l25j7jxx7jfdpfljbirhm1s4whvhk83xap19zb"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue