From patchwork Fri Oct 25 12:46:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tanguy LE CARROUR X-Patchwork-Id: 15824 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3EA5A175D2; Fri, 25 Oct 2019 13:48:10 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id CE81C17582 for ; Fri, 25 Oct 2019 13:48:09 +0100 (BST) Received: from localhost ([::1]:59504 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNz0j-0006h1-3m for patchwork@mira.cbaines.net; Fri, 25 Oct 2019 08:48:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54443) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNyzf-00057v-UD for guix-patches@gnu.org; Fri, 25 Oct 2019 08:47:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNyze-0000uF-Fw for guix-patches@gnu.org; Fri, 25 Oct 2019 08:47:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56858) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iNyze-0000u8-C1 for guix-patches@gnu.org; Fri, 25 Oct 2019 08:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iNyze-0003j7-69 for guix-patches@gnu.org; Fri, 25 Oct 2019 08:47:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#37903] [PATCH v2 1/2] gnu: profanity: Update to 0.7.1. References: <20191024141000.l7qqh3ka4tlllxfj@rafflesia> In-Reply-To: <20191024141000.l7qqh3ka4tlllxfj@rafflesia> Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 25 Oct 2019 12:47:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37903 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37903@debbugs.gnu.org Received: via spool by 37903-submit@debbugs.gnu.org id=B37903.157200758814266 (code B ref 37903); Fri, 25 Oct 2019 12:47:02 +0000 Received: (at 37903) by debbugs.gnu.org; 25 Oct 2019 12:46:28 +0000 Received: from localhost ([127.0.0.1]:37443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iNyz1-0003hv-Qb for submit@debbugs.gnu.org; Fri, 25 Oct 2019 08:46:28 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:54835) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iNyyy-0003hm-SZ for 37903@debbugs.gnu.org; Fri, 25 Oct 2019 08:46:22 -0400 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 94B1C24000D for <37903@debbugs.gnu.org>; Fri, 25 Oct 2019 12:46:19 +0000 (UTC) Date: Fri, 25 Oct 2019 14:46:19 +0200 From: Tanguy Le Carrour Message-ID: <20191025124619.zkr4sf42j5rbsvsz@rafflesia> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20180716 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Sorry, I thought I had pull the latest master! I also added something about the source URL in the commit message. From fe29bf229aba44a4ddff2903c26f43d69b372819 Mon Sep 17 00:00:00 2001 From: Tanguy Le Carrour Date: Thu, 24 Oct 2019 15:51:34 +0200 Subject: [PATCH v2 1/2] gnu: profanity: Update to 0.7.1. * gnu/packages/messaging.scm (profanity): Update to 0.7.1. Update source URL to the one provided on the website. --- 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)