guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/13: gnu: gfeeds: Use git origin.


From: guix-commits
Subject: 09/13: gnu: gfeeds: Use git origin.
Date: Sat, 1 Oct 2022 12:10:52 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit e90509b627c8ac21e904bea2d94dbc044e9daa6b
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Thu Sep 15 22:15:15 2022 +0200

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]