mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: eolie: Update to 0.9.99.
* gnu/packages/gnome.scm (eolie): Update to 0.9.99.
This commit is contained in:
parent
e6b2a3eba5
commit
7adaf19344
1 changed files with 2 additions and 2 deletions
|
@ -6414,14 +6414,14 @@ (define-public simple-scan
|
|||
(define-public eolie
|
||||
(package
|
||||
(name "eolie")
|
||||
(version "0.9.98.1")
|
||||
(version "0.9.99")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://adishatz.org/eolie/eolie-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1d844zva5w4p9pnp9c2g7zyb4vayr2g2drf78spxsdlc5lbd7lqr"))))
|
||||
"0zj5v7wxqj7c20bmil127ah0vnjfzvvf6kzz82b9ip3846h43j02"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
|
|
Loading…
Reference in a new issue