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

* gnu/packages/messaging.scm (pidgin)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-05-26 01:00:41 +02:00
parent 8a8597819e
commit a4cf65c804
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ authentication.")
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/pidgin/Pidgin/"
version "/" name "-" version ".tar.bz2"))
version "/pidgin-" version ".tar.bz2"))
(sha256
(base32
"1y5p2mq3bfw35b66jsafmbva0w5gg1k99y9z8fyp3jfksqv3agcc"))