[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)
- branch master updated (9edf6cf -> 2ada125), guix-commits, 2019/11/13
- 01/13: gnu: gusb: Don't use unstable tarball.,
guix-commits <=
- 05/13: gnu: java-eclipse-sisu-plexus: Don't use unstable tarball., guix-commits, 2019/11/13
- 02/13: gnu: librsync: Don't use unstable tarball., guix-commits, 2019/11/13
- 06/13: gnu: java-eclipse-sisu-plexus: Update to 0.3.4., guix-commits, 2019/11/13
- 04/13: gnu: ocaml-charinfo-width: Parameterize download url., guix-commits, 2019/11/13
- 11/13: gnu: texlive-latex-changepage: Declare source file-name., guix-commits, 2019/11/13
- 13/13: gnu: texlive-latex-pdfx: Declare source file-name., guix-commits, 2019/11/13
- 07/13: gnu: texlive-latex-xkeyval: Declare source file-name., guix-commits, 2019/11/13
- 08/13: gnu: texlive-booktabs: Declare source file-name., guix-commits, 2019/11/13
- 10/13: gnu: texlive-latex-mflogo: Declare source file-name., guix-commits, 2019/11/13
- 12/13: gnu: texlive-latex-xmpincl: Declare source file-name., guix-commits, 2019/11/13