samplet pushed a commit to branch core-updates-frozen
in repository guix.
commit 836b6b654a040acdcf0758a8af1267551e18f7f8
Author: Timothy Sample <[email protected]>
AuthorDate: Wed Nov 17 21:11:25 2021 -0500
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(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 23c9c4b..1026e86 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