diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2023-11-14 01:09:50 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-01-01 21:08:12 +0100 |
commit | 413da336f7d17a1ea5c307ed16efc48f4e46d548 (patch) | |
tree | 3a0f4421d2c156d2970f12de82006fa852c6b917 /gnu/packages/gnome.scm | |
parent | d6f883e534397f8578f741527e7f7397838b0b06 (diff) | |
download | guix-413da336f7d17a1ea5c307ed16efc48f4e46d548.tar.gz guix-413da336f7d17a1ea5c307ed16efc48f4e46d548.zip |
gnu: eog: Update to 44.3.
* gnu/packages/gnome.scm (eog): Update to 44.3.
Change-Id: I3088d9213fe044746d8043d01c0243ce19e616e9
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 002c63d2a8..94862a470f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6835,7 +6835,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") (define-public eog (package (name "eog") - (version "42.3") + (version "44.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -6843,7 +6843,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") name "-" version ".tar.xz")) (sha256 (base32 - "0fpl8wz1j10r59m20d61b7wmp8ga48dd7svqv1a2ip66ig1b7h9h")))) + "134xvb2fcfh6ciyk2f3rh7khh7b2n8lr13sc977zhbs39c7xgcnn")))) (build-system meson-build-system) (arguments (list |