mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
(package
|
||||
(name "epiphany")
|
||||
(version "3.34.2")
|
||||
(version "3.34.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/epiphany/"
|
||||
|
@ -5406,7 +5406,7 @@ (define-public epiphany
|
|||
"epiphany-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"18d48vcp2nxs63bddkdplslgbnlfq79pm2ivl8hk38kkggy3dahf"))))
|
||||
"13ar3s40cds1rplwbzx0fzigf120w0rydiv05r3k6zpc0zy91qb0"))))
|
||||
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue