guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

25/29: gnu: folks: Update to 0.15.7.


From: guix-commits
Subject: 25/29: gnu: folks: Update to 0.15.7.
Date: Sat, 24 Feb 2024 01:30:03 -0500 (EST)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 93d7ed475556f2afd89917fb7e608370fd9e5eec
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Wed Feb 14 22:33:59 2024 +0100

    gnu: folks: Update to 0.15.7.
    
    * gnu/packages/gnome.scm (folks): Update to 0.15.7.
    
    Change-Id: Idba35c67f771bb4228cb6c48133dda4dac2c7d8c
    Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 5cca679672..5774cc7ad1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10814,7 +10814,7 @@ functionality and behavior.")
 (define-public folks
   (package
     (name "folks")
-    (version "0.15.6")
+    (version "0.15.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -10823,7 +10823,7 @@ functionality and behavior.")
                     "folks-" version ".tar.xz"))
               (sha256
                (base32
-                "0j02hi6j7rn7qhfmb3abryyad020rdkh59n7w6dwwa9zal666rn8"))))
+                "0wbq6h7hv8048c2m554b385qp4i99svaxxp7balwl4ijysg223qj"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]