mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: epiphany: Update to 3.34.4.
* gnu/packages/gnome.scm (epiphany): Update to 3.34.4. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
This commit is contained in:
parent
14b9200412
commit
68fdd2377c
1 changed files with 2 additions and 2 deletions
|
@ -5398,7 +5398,7 @@ (define-public eolie
|
||||||
(define-public epiphany
|
(define-public epiphany
|
||||||
(package
|
(package
|
||||||
(name "epiphany")
|
(name "epiphany")
|
||||||
(version "3.34.2")
|
(version "3.34.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/epiphany/"
|
(uri (string-append "mirror://gnome/sources/epiphany/"
|
||||||
|
@ -5406,7 +5406,7 @@ (define-public epiphany
|
||||||
"epiphany-" version ".tar.xz"))
|
"epiphany-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18d48vcp2nxs63bddkdplslgbnlfq79pm2ivl8hk38kkggy3dahf"))))
|
"13ar3s40cds1rplwbzx0fzigf120w0rydiv05r3k6zpc0zy91qb0"))))
|
||||||
|
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue