Skip to content
Snippets Groups Projects
Commit c8bf8b2f authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: libcanberra: Update URL.

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

* gnu/packages/libcanberra.scm (libcanberra)[source]: Update URI.
parent f02f65ef
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,12 @@ (define-public libcanberra ...@@ -35,8 +35,12 @@ (define-public libcanberra
(source (source
(origin (origin
(method url-fetch) (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 (sha256
(base32 (base32
"0wps39h8rx2b00vyvkia5j40fkak3dpipp1kzilqla0cgvk73dn2")))) "0wps39h8rx2b00vyvkia5j40fkak3dpipp1kzilqla0cgvk73dn2"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment