[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: gnu: folks: Update to 0.15.8.
From: |
guix-commits |
Subject: |
01/04: gnu: folks: Update to 0.15.8. |
Date: |
Wed, 20 Mar 2024 06:42:37 -0400 (EDT) |
cbaines pushed a commit to branch gnome-team
in repository guix.
commit 2c958acffb869e334ba05df03e122ffb87c49afb
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Mon Mar 18 20:26:33 2024 +0100
gnu: folks: Update to 0.15.8.
* gnu/packages/gnome.scm (folks): Update to 0.15.8.
Change-Id: I36ceb7d70e315a22352495e3470ce9fd7e126196
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
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 7e7d77a3a2..f82ca3e30a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10841,7 +10841,7 @@ functionality and behavior.")
(define-public folks
(package
(name "folks")
- (version "0.15.7")
+ (version "0.15.8")
(source (origin
(method url-fetch)
(uri (string-append
@@ -10850,7 +10850,7 @@ functionality and behavior.")
"folks-" version ".tar.xz"))
(sha256
(base32
- "0wbq6h7hv8048c2m554b385qp4i99svaxxp7balwl4ijysg223qj"))))
+ "1hj9brran2azy3scyf913svhxjrmya83fi7x239h33rp7vxnljlm"))))
(build-system meson-build-system)
(arguments
'(#:phases