me
/
guix
Archived
1
0
Fork 0

gnu: faac: Correct source uri.

* gnu/packages/audio.scm (faac)[source]: Modify URI.
master
Raghav Gururajan 2021-04-07 16:42:29 -04:00
parent 941d883889
commit 3fabb61663
No known key found for this signature in database
GPG Key ID: 5F5816647F8BE551
1 changed files with 2 additions and 2 deletions

View File

@ -384,8 +384,8 @@ by MusicIP.")
(origin (origin
(method url-fetch) (method url-fetch)
(uri (uri
(string-append "https://sourceforge.net/projects/faac/files/faac-src/" (string-append "mirror://sourceforge/faac/faac-src"
"faac-1.30/faac-1_30.tar.gz/download")) "/faac-" version "/faac-1_30.tar.gz"))
(sha256 (sha256
(base32 "1lmj0dib3mjp84jhxc5ddvydkzzhb0gfrdh3ikcidjlcb378ghxd")))) (base32 "1lmj0dib3mjp84jhxc5ddvydkzzhb0gfrdh3ikcidjlcb378ghxd"))))
(build-system gnu-build-system) (build-system gnu-build-system)