mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: geocode-glib: Don't use NAME in source URI.
* gnu/packages/gnome.scm (geocode-glib)[source]: Hard-code NAME.
This commit is contained in:
parent
e6e03f67c3
commit
d485cdc040
1 changed files with 1 additions and 1 deletions
|
@ -3129,7 +3129,7 @@ (define-public geocode-glib
|
|||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/geocode-glib/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"geocode-glib-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vmydxs5xizcmaxpkfrq75xpj6pqrpdjizxyb30m00h54yqqch7a"))))
|
||||
|
|
Loading…
Reference in a new issue