mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gnome-online-accounts: Update to 3.32.0.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.32.0. [native-inputs]: Add vala.
This commit is contained in:
parent
e8a26caa14
commit
ebb2873d69
1 changed files with 3 additions and 2 deletions
|
@ -5420,7 +5420,7 @@ (define-public mutter
|
|||
(define-public gnome-online-accounts
|
||||
(package
|
||||
(name "gnome-online-accounts")
|
||||
(version "3.30.2")
|
||||
(version "3.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -5428,7 +5428,7 @@ (define-public gnome-online-accounts
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1p1gdgryziklrgngn6m13xnvfx4gb01h723nndfi9944r24fbiq5"))))
|
||||
"1anlx0rb2hafg9929pgfms25mdz23sd0vdva06h6zlf8f5byc68w"))))
|
||||
(outputs '("out" "lib"))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
|
@ -5454,6 +5454,7 @@ (define-public gnome-online-accounts
|
|||
("gobject-introspection" ,gobject-introspection)
|
||||
("intltool" ,intltool)
|
||||
("pkg-config" ,pkg-config)
|
||||
("vala" ,vala)
|
||||
("xsltproc" ,libxslt)))
|
||||
(propagated-inputs
|
||||
`(("glib" ,glib) ; required by goa-1.0.pc
|
||||
|
|
Loading…
Reference in a new issue