guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: gusb: Don't use unstable tarball.


From: guix-commits
Subject: 01/13: gnu: gusb: Don't use unstable tarball.
Date: Wed, 13 Nov 2019 05:49:35 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit bbfb36f9bea797d72c0c2a415eccedd0881beb23
Author: Efraim Flashner <address@hidden>
Date:   Wed Nov 13 10:55:21 2019 +0200

    gnu: gusb: Don't use unstable tarball.
    
    * gnu/packages/gnome.scm (gusb)[source]: Use git-fetch and
    git-file-name.
---
 gnu/packages/gnome.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index bb77f67..f51d366 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4329,12 +4329,14 @@ DAV, and others.")
     (name "gusb")
     (version "0.3.0")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/hughsie/libgusb/archive/";
-                                  version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/hughsie/libgusb.git";)
+                     (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1wa9787ww7s1kl9jml6kiyrjgimlgagq4jmgdj7xcpsx83w10qxk"))))
+                "002pg0p4qzzk5dkyiynm483ir26zxrn4k71c7f6j85mfsdzbgli7"))))
     (build-system meson-build-system)
     (native-inputs
      `(("gobject-introspection" ,gobject-introspection)



reply via email to

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