mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: pidgin: Don't use NAME in source URI.
* gnu/packages/messaging.scm (pidgin)[source]: Hard-code NAME.
This commit is contained in:
parent
8a8597819e
commit
a4cf65c804
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ (define-public pidgin
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/pidgin/Pidgin/"
|
||||
version "/" name "-" version ".tar.bz2"))
|
||||
version "/pidgin-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1y5p2mq3bfw35b66jsafmbva0w5gg1k99y9z8fyp3jfksqv3agcc"))
|
||||
|
|
Loading…
Reference in a new issue