aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-04 23:33:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-05 00:05:14 +0100
commitd23495fa699ad88bf3946b943d7a02cdacb4dc50 (patch)
treea8718957ab2d8689a3b389b428c55495845283cc
parente5f4796e622b353d10a6cf5d5b78f91b5113c094 (diff)
downloadguix-d23495fa699ad88bf3946b943d7a02cdacb4dc50.tar
guix-d23495fa699ad88bf3946b943d7a02cdacb4dc50.tar.gz
gnu: folks: Update to 0.11.4.
* gnu/packages/gnome.scm (folks): Update to 0.11.4.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9dae81fa9b..12ce39cb4a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6685,7 +6685,7 @@ the Moka 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 @@ the Moka icon theme.")
"folks-" version ".tar.xz"))
(sha256
(base32
- "1f51albxgfqxbax57i3pcgv2fx7i419xaapzdvldas6gw100ma1m"))))
+ "16hqh2gxlbx0b0hgq216hndr1m72vj54jvryzii9zqkk0g9kxc57"))))
(build-system glib-or-gtk-build-system)
(inputs
`(("bdb" ,bdb)