mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: vte: Don't use NAME in source URI.
* gnu/packages/gnome.scm (vte)[source]: Hard-code NAME.
This commit is contained in:
parent
37b23e447d
commit
ac87ffb818
1 changed files with 2 additions and 2 deletions
|
@ -2341,9 +2341,9 @@ (define-public vte
|
||||||
(version "0.56.3")
|
(version "0.56.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/vte/"
|
||||||
(version-major+minor version) "/"
|
(version-major+minor version) "/"
|
||||||
name "-" version ".tar.xz"))
|
"vte-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j166gic5znssdb9r45qazq4kb4v9fial82czand5wa8i2yd988p"))))
|
"0j166gic5znssdb9r45qazq4kb4v9fial82czand5wa8i2yd988p"))))
|
||||||
|
|
Loading…
Reference in a new issue