diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-01-09 22:38:08 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:46 +0100 |
commit | bc9af78c5e06b10d17ddcbedb292baad79e6fb04 (patch) | |
tree | eab53277612552d9b3f4fb519cab7c401d8872e8 | |
parent | 91193aed65220d0aa704244421fa012b6426f3a1 (diff) | |
download | guix-bc9af78c5e06b10d17ddcbedb292baad79e6fb04.tar.gz guix-bc9af78c5e06b10d17ddcbedb292baad79e6fb04.zip |
gnu: eog: Update to 47.0.
* gnu/packages/gnome.scm (eog): Update to 47.0.
-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 27838edfb3..11ed994099 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7005,7 +7005,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") (define-public eog (package (name "eog") - (version "44.3") + (version "47.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -7013,7 +7013,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") name "-" version ".tar.xz")) (sha256 (base32 - "134xvb2fcfh6ciyk2f3rh7khh7b2n8lr13sc977zhbs39c7xgcnn")))) + "0rnyrgh0qg1zdnpmn79kaflk0bra4zly93kxgdm14xad4bsxnpnv")))) (build-system meson-build-system) (arguments (list |