guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: profanity: Update to 0.8.1.


From: guix-commits
Subject: branch master updated: gnu: profanity: Update to 0.8.1.
Date: Fri, 21 Feb 2020 13:34:36 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d2b5cdf  gnu: profanity: Update to 0.8.1.
d2b5cdf is described below

commit d2b5cdfef7df4b2b640d8f87a36d81ffa8e2b28f
Author: Tanguy Le Carrour <address@hidden>
AuthorDate: Fri Feb 21 19:02:28 2020 +0100

    gnu: profanity: Update to 0.8.1.
    
    * gnu/packages/messaging.scm (profanity): Update to 0.8.1.
---
 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 120daac..b4628ce 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1634,14 +1634,14 @@ are both supported).")
 (define-public profanity
   (package
     (name "profanity")
-    (version "0.7.1")
+    (version "0.8.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://profanity-im.github.io/profanity-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
+                "15yrx2ir2bilxpjfaxpjb93yjpvpvcvh5r7wbsjx6kmmy7qg2zvb"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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