1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-21 08:35:58 +02:00

gnu: libcanberra: Update URL.

Reported by Federico Beffa <beffa@ieee.org>.

* gnu/packages/libcanberra.scm (libcanberra)[source]: Update URI.
This commit is contained in:
Ludovic Courtès
2014-09-17 11:09:22 +02:00
parent f02f65efb4
commit c8bf8b2f88
+6 -2
View File
@@ -35,8 +35,12 @@
(source
(origin
(method url-fetch)
(uri (string-append "http://0pointer.de/lennart/projects/libcanberra/libcanberra-"
version ".tar.xz"))
;; This used to be at 0pointer.de but it vanished.
(uri (string-append
"http://pkgs.fedoraproject.org/repo/pkgs/libcanberra/libcanberra-"
version ".tar.xz/34cb7e4430afaf6f447c4ebdb9b42072/libcanberra-"
version ".tar.xz"))
(sha256
(base32
"0wps39h8rx2b00vyvkia5j40fkak3dpipp1kzilqla0cgvk73dn2"))))