diff options
author | Timothy Sample <samplet@ngyro.com> | 2021-11-17 21:11:25 -0500 |
---|---|---|
committer | Timothy Sample <samplet@ngyro.com> | 2021-11-18 10:10:15 -0500 |
commit | 836b6b654a040acdcf0758a8af1267551e18f7f8 (patch) | |
tree | f6f157ed2ce67e6890c12addbecc52a762e207dc | |
parent | 589b71098fa856ce22a90d63485330a108d7f3a1 (diff) | |
download | guix-836b6b654a040acdcf0758a8af1267551e18f7f8.tar.gz guix-836b6b654a040acdcf0758a8af1267551e18f7f8.zip |
gnu: folks: Update to 0.15.3.
* gnu/packages/gnome.scm (folks): Update to 0.15.3.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |