mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: iqa: Correct source uri.
* gnu/packages/image.scm (iqa)[source]: Modify URI.
This commit is contained in:
parent
9011877385
commit
941d883889
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ (define-public iqa
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "https://sourceforge.net/projects/iqa/files/"
|
||||
"1.1.2%20Release/iqa_1.1.2_src.tar.gz/download"))
|
||||
(string-append "mirror://sourceforge/iqa/"
|
||||
version " Release" "/iqa_" version "_src.tar.gz"))
|
||||
(sha256
|
||||
(base32 "00mgwy031ammab6bwmd1whhvqv3fxy1cs1igabq0n3ag12zhjs77"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue