mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gnome-online-accounts: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.20.1.
This commit is contained in:
parent
4a8573ad62
commit
223f5d5d0f
1 changed files with 2 additions and 2 deletions
|
@ -4085,7 +4085,7 @@ (define-public mutter
|
|||
(define-public gnome-online-accounts
|
||||
(package
|
||||
(name "gnome-online-accounts")
|
||||
(version "3.20.0")
|
||||
(version "3.20.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -4093,7 +4093,7 @@ (define-public gnome-online-accounts
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0q546q65ba537dbxqnvs27x6pvhvi394v43kihgw4pa59j8k70n9"))))
|
||||
"14qcih1g136sn2aklzagv83jl82d3qc598rkdm8zac9gw70ynyn3"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, etc.
|
||||
|
|
Loading…
Reference in a new issue