mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: epiphany: Update to 3.30.4.
* gnu/packages/gnome.scm (epiphany): Update to 3.30.4.
This commit is contained in:
parent
bd15da3a37
commit
f37dfe1ec3
1 changed files with 2 additions and 2 deletions
|
@ -4375,7 +4375,7 @@ (define-public eolie
|
|||
(define-public epiphany
|
||||
(package
|
||||
(name "epiphany")
|
||||
(version "3.30.2")
|
||||
(version "3.30.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/epiphany/"
|
||||
|
@ -4383,7 +4383,7 @@ (define-public epiphany
|
|||
"epiphany-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0141bb37nd8wc743g4wy491crjh6ig76ack07aj2ba4z3gjz2zlc"))))
|
||||
"0nk0krzrfck6hhfs52f4sjmj93yjyvabm72bq8i8f9l1pass5vgd"))))
|
||||
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue