mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: eog: Update to 3.32.2.
* gnu/packages/gnome.scm (eog): Update to 3.32.2.
This commit is contained in:
parent
e0c5f20c47
commit
b0f24a82c1
1 changed files with 2 additions and 2 deletions
|
@ -4336,7 +4336,7 @@ (define-public rhythmbox
|
|||
(define-public eog
|
||||
(package
|
||||
(name "eog")
|
||||
(version "3.28.4")
|
||||
(version "3.32.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -4344,7 +4344,7 @@ (define-public eog
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wrq3l3z0x6q0hnc1vqr2hnyb1b14qw6aqvc5dldfgbs0yys6p55"))))
|
||||
"1bcxpqgzlk2cy4wfb3b5h66mhpj2fhrk1rrb5qqcv5xrr62ik5xy"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue