guix-commits
[Top][All Lists]
Advanced

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

12/18: gnu: profanity: Update to 0.14.0.


From: guix-commits
Subject: 12/18: gnu: profanity: Update to 0.14.0.
Date: Tue, 29 Aug 2023 08:54:35 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 456790c29953d15f164e0f55dc8f566b40952530
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Tue Aug 15 00:16:00 2023 -0400

    gnu: profanity: Update to 0.14.0.
    
    * gnu/packagex/messaging.scm (profanity): Update to 0.14.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 f6d01d7290..d6296d43aa 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2129,7 +2129,7 @@ are both supported).")
 (define-public profanity
   (package
     (name "profanity")
-    (version "0.13.0")
+    (version "0.14.0")
     (source
      (origin
        (method url-fetch)
@@ -2138,7 +2138,7 @@ are both supported).")
                        version ".tar.gz"))
        (sha256
         (base32
-         "14n45zwc6fxjargqhwqan8fyb7x0ql0hmw56rbjkjfkhpba2qmks"))))
+         "0zygsxxwdxmpppr7vyzi2r7d854yjl6918w0lrs7k41iib9zy8zx"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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