mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: eolie: Update to 0.9.60.
* gnu/packages/gnome.scm (eolie): Update to 0.9.60.
This commit is contained in:
parent
0e84987f50
commit
5b249625c1
1 changed files with 3 additions and 3 deletions
|
@ -4182,15 +4182,15 @@ (define-public simple-scan
|
||||||
(define-public eolie
|
(define-public eolie
|
||||||
(package
|
(package
|
||||||
(name "eolie")
|
(name "eolie")
|
||||||
(version "0.9.52")
|
(version "0.9.60")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://gitlab.gnome.org/World/eolie/"
|
(uri (string-append "https://gitlab.gnome.org/World/eolie/"
|
||||||
"uploads/d95bf72958276c80dfaca8cce0e4e92c/"
|
"uploads/3b2ceb7eb15860587db6886bfdd8a91e/"
|
||||||
"eolie-" version ".tar.xz"))
|
"eolie-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s3b0rkm8sxmhzzi624snzqvz61i1rja5wxyzw6jg2kcdjcylwln"))))
|
"1s9gkzxa6457v6bh0q8n1ijq1chd2jwgvhk5kppsnya7kxvsx8qh"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
|
Loading…
Reference in a new issue