mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ (define-public florence
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/florence/florence/" version
|
||||
"/" name "-" version ".tar.bz2"))
|
||||
"/florence-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"07h9qm22krlwayhzvc391lr23vicw81s48g7rirvx1fj0zyr4aa2"))))
|
||||
|
|
Loading…
Reference in a new issue