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

* gnu/packages/gnome.scm (epiphany)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-16 22:39:49 +02:00
parent 5b249625c1
commit dd3266ecde
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4251,9 +4251,9 @@ a secret password store, an adblocker, and a modern UI.")
(version "3.28.3.1") (version "3.28.3.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/epiphany/"
(version-major+minor version) "/" (version-major+minor version) "/"
name "-" version ".tar.xz")) "epiphany-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1xz6xl6b0iihvczyr0cs1z5ifvpai6anb4m0ng1caiph06klc1b9")))) "1xz6xl6b0iihvczyr0cs1z5ifvpai6anb4m0ng1caiph06klc1b9"))))