guix-commits
[Top][All Lists]
Advanced

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

88/117: gnu: folks: Update to 0.14.0.


From: guix-commits
Subject: 88/117: gnu: folks: Update to 0.14.0.
Date: Tue, 23 Mar 2021 19:26:00 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 5e6b07b31fb028299c4b5e123d71a1afde6688d7
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:51:49 2021 +0100

    gnu: folks: Update to 0.14.0.
    
    * gnu/packages/gnome.scm (folks): Update to 0.14.0.
---
 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 23cd90f..210b00f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9577,7 +9577,7 @@ functionality and behavior.")
 (define-public folks
   (package
     (name "folks")
-    (version "0.13.1")
+    (version "0.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -9586,7 +9586,7 @@ functionality and behavior.")
                     "folks-" version ".tar.xz"))
               (sha256
                (base32
-                "0pda8sx4ap3lyri5fdrnakl29la1zkhwlc9bmnp13qigp1iwdw9x"))))
+                "1f9b52vmwnq7s51vj26w2618dn2ph5g12ibbkbyk6fvxcgd7iryn"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases



reply via email to

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