gnu: florence: Don't use NAME in source URI.

* gnu/packages/accessibility.scm (florence)[source]: Hard-code name.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-08 19:35:24 +01:00
parent d64e514777
commit 1f6a970592
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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"))))