guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: guile-rsvg: Use 'git-fetch' instead of a generated archive.


From: guix-commits
Subject: 03/03: gnu: guile-rsvg: Use 'git-fetch' instead of a generated archive.
Date: Thu, 4 Jun 2020 17:27:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b54a1b504ea44a6fa6bc708d5198b0b6f34df15c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jun 4 23:25:54 2020 +0200

    gnu: guile-rsvg: Use 'git-fetch' instead of a generated archive.
    
    * gnu/packages/gtk.scm (guile-rsvg)[source]: Switch to GIT-FETCH.
---
 gnu/packages/gtk.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 2408966..eb1984f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -943,13 +943,13 @@ exceptions, macros, and a dynamic programming 
environment.")
       (version (string-append "2.18.1-" revision "."
                               (string-take commit 7)))
       (source (origin
-                (method url-fetch)
-                (uri (string-append "https://gitlab.com/wingo/guile-rsvg/";
-                                    "repository/archive.tar.gz?ref="
-                                    commit))
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://gitlab.com/wingo/guile-rsvg/";)
+                      (commit commit)))
                 (sha256
                  (base32
-                  "0vdzjx8l5nc4y2xjqs0g1rqn1zrwfsm30brh5gz00r1x41a2pvv2"))
+                  "0cnbl40df2sbhpc32cma6j6w312rfvcgbxxqaixgf0ymim3fb248"))
                 (patches (search-patches "guile-rsvg-pkgconfig.patch"))
                 (modules '((guix build utils)))
                 (snippet



reply via email to

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