mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: eog-plugins: Don't use NAME in source URI.
* gnu/packages/gnome.scm (eog-plugins)[source]: Hard-code NAME.
This commit is contained in:
parent
fbc930ec63
commit
f3b88ed26c
1 changed files with 2 additions and 2 deletions
|
@ -3986,9 +3986,9 @@ (define-public eog-plugins
|
||||||
(version "3.26.2")
|
(version "3.26.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/eog-plugins/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
"eog-plugins-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w8zw7kwfvlwlyb1k1inqdvbwnzq959sqawlmnwfb8ykn98hbk8y"))))
|
"1w8zw7kwfvlwlyb1k1inqdvbwnzq959sqawlmnwfb8ykn98hbk8y"))))
|
||||||
|
|
Loading…
Reference in a new issue