mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue