[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39720] [PATCH] gnu: profanity: Update to 0.8.1.
From: |
Tanguy Le Carrour |
Subject: |
[bug#39720] [PATCH] gnu: profanity: Update to 0.8.1. |
Date: |
Fri, 21 Feb 2020 19:02:28 +0100 |
* 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 120daacdc6..b4628ce8dd 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
--
2.25.0
- [bug#39720] [PATCH] gnu: profanity: Update to 0.8.1.,
Tanguy Le Carrour <=