[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#57889] [PATCH 6/8] gnu: gfeeds: Use git origin.
From: |
Liliana Marie Prikler |
Subject: |
[bug#57889] [PATCH 6/8] gnu: gfeeds: Use git origin. |
Date: |
Thu, 15 Sep 2022 22:15:15 +0200 |
* 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 44464d17a4..5e204c21ad 100644
--- a/gnu/packages/syndication.scm
+++ b/gnu/packages/syndication.scm
@@ -499,14 +499,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
--
2.37.3
- [bug#57889] [PATCH 0/8] Add gfeeds-next, Liliana Marie Prikler, 2022/09/17
- [bug#57889] [PATCH 2/8] gnu: pugixml: Update to 1.12.1., Liliana Marie Prikler, 2022/09/17
- [bug#57889] [PATCH 5/8] gnu: Add syndication-domination., Liliana Marie Prikler, 2022/09/17
- [bug#57889] [PATCH 3/8] gnu: Add python-timeout-decorator., Liliana Marie Prikler, 2022/09/17
- [bug#57889] [PATCH 6/8] gnu: gfeeds: Use git origin.,
Liliana Marie Prikler <=
- [bug#57889] [PATCH 7/8] gnu: gfeeds: Modernize package description., Liliana Marie Prikler, 2022/09/17
- [bug#57889] [PATCH 4/8] gnu: Add python-readability-lxml., Liliana Marie Prikler, 2022/09/17
- [bug#57889] [PATCH 1/8] gnu: blueprint-compiler: Wrap GUIX_PYTHONPATH and GI_TYPELIB_PATH., Liliana Marie Prikler, 2022/09/17
- [bug#57889] [PATCH 8/8] gnu: Add gfeeds-next., Liliana Marie Prikler, 2022/09/17