gnu: epiphany: Update to 3.30.2.
* gnu/packages/gnome.scm (epiphany): Update to 3.30.2. [inputs]: Add libdazzle.master
parent
ec7d4bc7ac
commit
8748e29c56
|
@ -4385,7 +4385,7 @@ a secret password store, an adblocker, and a modern UI.")
|
||||||
(define-public epiphany
|
(define-public epiphany
|
||||||
(package
|
(package
|
||||||
(name "epiphany")
|
(name "epiphany")
|
||||||
(version "3.28.3.1")
|
(version "3.30.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/epiphany/"
|
(uri (string-append "mirror://gnome/sources/epiphany/"
|
||||||
|
@ -4393,7 +4393,7 @@ a secret password store, an adblocker, and a modern UI.")
|
||||||
"epiphany-" version ".tar.xz"))
|
"epiphany-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xz6xl6b0iihvczyr0cs1z5ifvpai6anb4m0ng1caiph06klc1b9"))))
|
"0141bb37nd8wc743g4wy491crjh6ig76ack07aj2ba4z3gjz2zlc"))))
|
||||||
|
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -4427,6 +4427,7 @@ a secret password store, an adblocker, and a modern UI.")
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("json-glib" ,json-glib)
|
("json-glib" ,json-glib)
|
||||||
("iso-codes" ,iso-codes)
|
("iso-codes" ,iso-codes)
|
||||||
|
("libdazzle" ,libdazzle)
|
||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
("libsecret" ,libsecret)
|
("libsecret" ,libsecret)
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
|
|
Reference in New Issue