From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:36423) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNdrM-0000DN-9g for guix-patches@gnu.org; Thu, 24 Oct 2019 10:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNdrJ-0002gV-UV for guix-patches@gnu.org; Thu, 24 Oct 2019 10:13:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56127) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iNdrJ-0002gQ-Py for guix-patches@gnu.org; Thu, 24 Oct 2019 10:13:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iNdrJ-0006cr-Kw for guix-patches@gnu.org; Thu, 24 Oct 2019 10:13:01 -0400 Subject: [bug#37903] [PATCH 1/2] gnu: profanity: Update to 0.7.1. References: <20191024141000.l7qqh3ka4tlllxfj@rafflesia> In-Reply-To: <20191024141000.l7qqh3ka4tlllxfj@rafflesia> Resent-Message-ID: Date: Thu, 24 Oct 2019 16:12:24 +0200 From: Tanguy Le Carrour Message-ID: <20191024141224.ymmaelohihudavov@rafflesia> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upbdcyaq2cqcx6dd" Content-Disposition: inline Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37903@debbugs.gnu.org --upbdcyaq2cqcx6dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline --upbdcyaq2cqcx6dd Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit >From 5eac4a4afd1211a4f40096f716d1aa15b4be9559 Mon Sep 17 00:00:00 2001 From: Tanguy Le Carrour Date: Thu, 24 Oct 2019 15:51:34 +0200 Subject: [PATCH 1/2] gnu: profanity: Update to 0.7.1. * gnu/packages/messaging.scm (profanity): Update to 0.7.1. --- gnu/packages/messaging.scm | 7 ++++--- 1 file 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 ;;; Copyright © 2018 Leo Famulari ;;; Copyright © 2018 Pierre-Antoine Rouby +;;; Copyright © 2019 Tanguy Le Carrour ;;; ;;; 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) -- 2.23.0 --upbdcyaq2cqcx6dd--