[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: shntool: Add source mirror.
From: |
guix-commits |
Subject: |
01/06: gnu: shntool: Add source mirror. |
Date: |
Sun, 8 Nov 2020 16:42:44 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 7db934a9880324d12f0a1631df671994a6613b52
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 8 22:55:42 2020 +0200
gnu: shntool: Add source mirror.
* gnu/packages/audio.scm (shntool)[source]: Add Debian mirror.
---
gnu/packages/audio.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 6479398..ca78efb 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015 Alex Kost <alezost@gmail.com>
;;; Copyright © 2015, 2016 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner
<efraim@flashner.co.il>
;;; Copyright © 2016, 2017 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2016 Nikita <nikita@n0.is>
;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org>
@@ -3802,8 +3802,11 @@ machine-readable ASCII format.")
(version "3.0.10")
(source (origin
(method url-fetch)
- (uri (string-append "http://etree.org/shnutils/shntool/dist/src/"
- "shntool-" version ".tar.gz"))
+ (uri (list
+ (string-append
"http://etree.org/shnutils/shntool/dist/src/"
+ "shntool-" version ".tar.gz")
+ (string-append
"mirror://debian/pool/main/s/shntool/shntool_"
+ version ".orig.tar.gz")))
(sha256
(base32
"00i1rbjaaws3drkhiczaign3lnbhr161b7rbnjr8z83w8yn2wc3l"))))
- branch master updated (465ef8f -> 495acfc), guix-commits, 2020/11/08
- 01/06: gnu: shntool: Add source mirror.,
guix-commits <=
- 03/06: gnu: cmake: Update source URI., guix-commits, 2020/11/08
- 02/06: gnu: atool: Update source URI., guix-commits, 2020/11/08
- 04/06: gnu: libmirage: Update source URI., guix-commits, 2020/11/08
- 06/06: gnu: cdemu-client: Update source URI., guix-commits, 2020/11/08
- 05/06: gnu: cdemu-daemon: Use sourceforge mirror., guix-commits, 2020/11/08