1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

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
+1 -1
View File
@@ -45,7 +45,7 @@
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/florence/florence/" version
"/" name "-" version ".tar.bz2"))
"/florence-" version ".tar.bz2"))
(sha256
(base32
"07h9qm22krlwayhzvc391lr23vicw81s48g7rirvx1fj0zyr4aa2"))))