mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: eog-plugins: Update to 3.26.3.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.3.
This commit is contained in:
parent
f3b88ed26c
commit
5fed63dda9
1 changed files with 2 additions and 2 deletions
|
@ -3983,7 +3983,7 @@ (define-public eog-plugins
|
|||
;; 'XDG_DATA_DIRS' appropriately set.
|
||||
(package
|
||||
(name "eog-plugins")
|
||||
(version "3.26.2")
|
||||
(version "3.26.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/eog-plugins/"
|
||||
|
@ -3991,7 +3991,7 @@ (define-public eog-plugins
|
|||
"eog-plugins-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1w8zw7kwfvlwlyb1k1inqdvbwnzq959sqawlmnwfb8ykn98hbk8y"))))
|
||||
"06fnjs2p18ad5vk07z685cx26sc7d3azywss00w9xvz794b2i1g3"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins")
|
||||
(synopsis "Extensions for the Eye of GNOME image viewer")
|
||||
|
|
Loading…
Reference in a new issue