mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: epiphany: Update to 3.32.3.
* gnu/packages/gnome.scm (epiphany): Update to 3.32.3.
This commit is contained in:
parent
b0f24a82c1
commit
644b60d4c6
1 changed files with 2 additions and 2 deletions
|
@ -4682,7 +4682,7 @@ (define-public eolie
|
||||||
(define-public epiphany
|
(define-public epiphany
|
||||||
(package
|
(package
|
||||||
(name "epiphany")
|
(name "epiphany")
|
||||||
(version "3.30.4")
|
(version "3.32.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/epiphany/"
|
(uri (string-append "mirror://gnome/sources/epiphany/"
|
||||||
|
@ -4690,7 +4690,7 @@ (define-public epiphany
|
||||||
"epiphany-" version ".tar.xz"))
|
"epiphany-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nk0krzrfck6hhfs52f4sjmj93yjyvabm72bq8i8f9l1pass5vgd"))))
|
"0gx386k1p78ppjhvdanv99hfiwana0ccn9d499qrp0rvlicnijrw"))))
|
||||||
|
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue