[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/13: gnu: sonata: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
10/13: gnu: sonata: Don't use unstable tarball. |
Date: |
Tue, 23 Jun 2020 10:14:00 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 92ecee94dd411f9b19f686e7b0fd30c662e94567
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Jun 23 16:46:06 2020 +0300
gnu: sonata: Don't use unstable tarball.
* gnu/packages/mpd.scm (sonata)[source]: Download using git-fetch.
---
gnu/packages/mpd.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 543345d..74c8989 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -299,14 +299,14 @@ interface for the Music Player Daemon.")
(name "sonata")
(version "1.7b1")
(source (origin
- (method url-fetch)
- (uri
- (string-append "https://github.com/multani/sonata/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/multani/sonata")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "07gq2nxqwxs0qyxjbay7k5j25zd386bn7wdr2dl1gk53diwnn7s0"))))
+ "1npbxlrg6k154qybfd250nq2p96kxdsdkj9wwnp93gljnii3g8wh"))))
(build-system python-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
- 01/13: gnu: java-picocli: Use a source file-name., (continued)
- 01/13: gnu: java-picocli: Use a source file-name., guix-commits, 2020/06/23
- 03/13: gnu: libfreenect: Add a source file-name., guix-commits, 2020/06/23
- 02/13: gnu: xaos: Add a source file-name., guix-commits, 2020/06/23
- 05/13: gnu: miniasm: Don't use unstable tarball., guix-commits, 2020/06/23
- 04/13: gnu: stumpwm-contrib: Add a source file-name., guix-commits, 2020/06/23
- 11/13: gnu: lightgbm: Don't use unstable tarball., guix-commits, 2020/06/23
- 06/13: gnu: miniasm: Make sure all phases return #t., guix-commits, 2020/06/23
- 07/13: gnu: fntsample: Don't use unstable tarball., guix-commits, 2020/06/23
- 08/13: gnu: nototools: Don't use unstable tarball., guix-commits, 2020/06/23
- 09/13: gnu: sbcl-md5: Don't use unstable tarball., guix-commits, 2020/06/23
- 10/13: gnu: sonata: Don't use unstable tarball.,
guix-commits <=
- 12/13: gnu: nzbget: Don't use unstable tarball., guix-commits, 2020/06/23
- 13/13: gnu: pidentd: Don't use unstable tarball., guix-commits, 2020/06/23