diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2024-02-14 22:31:55 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-02-23 23:22:56 +0100 |
commit | 80790ccc1ec80b5f98ad59a646111b846ffc7d91 (patch) | |
tree | db8b31a775cde0191aedcd6a7c0671b32e0f0363 /gnu/packages/gnome.scm | |
parent | 901e60cc7ab1806bc1af20aff74ff10b9cac6974 (diff) | |
download | guix-80790ccc1ec80b5f98ad59a646111b846ffc7d91.tar guix-80790ccc1ec80b5f98ad59a646111b846ffc7d91.tar.gz |
gnu: epiphany: Update to 44.8.
* gnu/packages/gnome.scm (epiphany): Update to 44.8.
Change-Id: I20a627aca1ac2044d613340b6d0c7493f76a3128
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 92f35766be..3867cfd010 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7151,7 +7151,7 @@ almost all of them.") (define-public epiphany (package (name "epiphany") - (version "44.7") + (version "44.8") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/epiphany/" @@ -7159,7 +7159,7 @@ almost all of them.") "epiphany-" version ".tar.xz")) (sha256 (base32 - "1srdbn2rls4c0dvrjk0djfmxxnrd012jbji8aavslgkf8cs5mya4")))) + "1n3df2skvgmjw9sybhn811l4b58ibwxc0dc208wpvxg060pyhpfk")))) (build-system meson-build-system) (arguments (list |