From 836b6b654a040acdcf0758a8af1267551e18f7f8 Mon Sep 17 00:00:00 2001 From: Timothy Sample Date: Wed, 17 Nov 2021 21:11:25 -0500 Subject: gnu: folks: Update to 0.15.3. * gnu/packages/gnome.scm (folks): Update to 0.15.3. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 23c9c4bc5d..1026e86d69 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9970,7 +9970,7 @@ functionality and behavior.") (define-public folks (package (name "folks") - (version "0.14.0") + (version "0.15.3") (source (origin (method url-fetch) (uri (string-append @@ -9979,7 +9979,7 @@ functionality and behavior.") "folks-" version ".tar.xz")) (sha256 (base32 - "1f9b52vmwnq7s51vj26w2618dn2ph5g12ibbkbyk6fvxcgd7iryn")))) + "19a4qp9ry8y24jx1v5456qn9lnw843571vkkah3bxx4ky3x3gmr1")))) (build-system meson-build-system) (arguments '(#:phases -- cgit 1.4.1