mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: eog-plugins: Update to 3.26.7.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.7.
This commit is contained in:
parent
2027493835
commit
09b72091d0
1 changed files with 2 additions and 2 deletions
|
@ -6431,7 +6431,7 @@ (define-public eog-plugins
|
||||||
;; 'XDG_DATA_DIRS' appropriately set.
|
;; 'XDG_DATA_DIRS' appropriately set.
|
||||||
(package
|
(package
|
||||||
(name "eog-plugins")
|
(name "eog-plugins")
|
||||||
(version "3.26.4")
|
(version "3.26.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/eog-plugins/"
|
(uri (string-append "mirror://gnome/sources/eog-plugins/"
|
||||||
|
@ -6439,7 +6439,7 @@ (define-public eog-plugins
|
||||||
"eog-plugins-" version ".tar.xz"))
|
"eog-plugins-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pd7fqa4ciy5844k5s1c6rlsqkk8pxd8cchxjcjhxlsngm9lynnx"))))
|
"0gbvl54hjawcrj2cbkvsw5jx11p6jv1xkc58c8ikwwpb56gc3ric"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins")
|
(home-page "https://wiki.gnome.org/Apps/EyeOfGnome/Plugins")
|
||||||
(synopsis "Extensions for the Eye of GNOME image viewer")
|
(synopsis "Extensions for the Eye of GNOME image viewer")
|
||||||
|
|
Loading…
Reference in a new issue