diff options
author | Tanguy Le Carrour <tanguy@bioneland.org> | 2019-10-25 15:55:58 +0200 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-10-25 15:59:00 +0200 |
commit | ba2fa41445e81e9db7ab1789e26bf86cbdb6454c (patch) | |
tree | 47e761d95203dcf67932022c506b010f5d720f1a /gnu | |
parent | 7eea1de74e0582b9a074db2b1b43bbc42808621c (diff) | |
download | patches-ba2fa41445e81e9db7ab1789e26bf86cbdb6454c.tar patches-ba2fa41445e81e9db7ab1789e26bf86cbdb6454c.tar.gz |
gnu: profanity: Update to 0.7.1.
* gnu/packages/messaging.scm (profanity): Update to 0.7.1,
[uri]: update source URL to the one provided on the website.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/messaging.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 741b3285e2..ca51024d2b 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -15,6 +15,7 @@ ;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling@mykolab.com> ;;; Copyright © 2018 Leo Famulari <leo@famulari.name> ;;; Copyright © 2018 Pierre-Antoine Rouby <contact@parouby.fr> +;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1617,14 +1618,14 @@ are both supported).") (define-public profanity (package (name "profanity") - (version "0.5.1") + (version "0.7.1") (source (origin (method url-fetch) - (uri (string-append "http://www.profanity.im/profanity-" + (uri (string-append "https://profanity-im.github.io/profanity-" version ".tar.gz")) (sha256 (base32 - "1f7ylw3mhhnii52mmk40hyc4kqhpvjdr3hmsplzkdhsfww9kflg3")))) + "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z")))) (build-system gnu-build-system) (inputs `(("curl" ,curl) |