gnu: florence: Don't use NAME in source URI.
* gnu/packages/accessibility.scm (florence)[source]: Hard-code name.
This commit is contained in:
parent
d64e514777
commit
1f6a970592
|
@ -45,7 +45,7 @@
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/florence/florence/" version
|
(uri (string-append "mirror://sourceforge/florence/florence/" version
|
||||||
"/" name "-" version ".tar.bz2"))
|
"/florence-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07h9qm22krlwayhzvc391lr23vicw81s48g7rirvx1fj0zyr4aa2"))))
|
"07h9qm22krlwayhzvc391lr23vicw81s48g7rirvx1fj0zyr4aa2"))))
|
||||||
|
|
Loading…
Reference in New Issue