guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: loudmouth: Update to 1.5.4.


From: guix-commits
Subject: 01/08: gnu: loudmouth: Update to 1.5.4.
Date: Thu, 25 Feb 2021 19:29:59 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit 866e2b121c297bafb801652b4ec856b4515a3559
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Feb 23 15:41:48 2021 -0500

    gnu: loudmouth: Update to 1.5.4.
    
    * gnu/packages/messaging.scm (loudmouth) [version]: Update to 1.5.4.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 9812ca3..88ecc0b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1889,7 +1889,7 @@ many bug fixes.")
 (define-public loudmouth
   (package
     (name "loudmouth")
-    (version "1.5.3")
+    (version "1.5.4")
     (source
      (origin
        (method url-fetch)
@@ -1897,7 +1897,7 @@ many bug fixes.")
                            name "-" version ".tar.bz2"))
        (sha256
         (base32
-         "0b6kd5gpndl9nzis3n6hcl0ldz74bnbiypqgqa1vgb0vrcar8cjl"))))
+         "03adv5xc84l9brcx0dpyqyffmsclans8yfrpnd357k6x3wfckjri"))))
     (build-system gnu-build-system)
     (inputs
      `(("glib" ,glib)



reply via email to

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