gnu: folks: Update to 0.11.4.

* gnu/packages/gnome.scm (folks): Update to 0.11.4.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-04 23:33:00 +01:00
parent e5f4796e62
commit d23495fa69
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6685,7 +6685,7 @@ (define-public arc-icon-theme
(define-public folks
(package
(name "folks")
(version "0.11.2")
(version "0.11.4")
(source (origin
(method url-fetch)
(uri (string-append
@ -6694,7 +6694,7 @@ (define-public folks
"folks-" version ".tar.xz"))
(sha256
(base32
"1f51albxgfqxbax57i3pcgv2fx7i419xaapzdvldas6gw100ma1m"))))
"16hqh2gxlbx0b0hgq216hndr1m72vj54jvryzii9zqkk0g9kxc57"))))
(build-system glib-or-gtk-build-system)
(inputs
`(("bdb" ,bdb)