diff mbox series

[bug#37903,v2,1/2] gnu: profanity: Update to 0.7.1.

Message ID 20191025124619.zkr4sf42j5rbsvsz@rafflesia
State Accepted
Headers show
Series [bug#37903,v2,1/2] gnu: profanity: Update to 0.7.1. | expand

Commit Message

Tanguy LE CARROUR Oct. 25, 2019, 12:46 p.m. UTC
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 <tanguy@bioneland.org>
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(-)

Comments

Mathieu Othacehe Oct. 25, 2019, 2:11 p.m. UTC | #1
Hello Tanguy,

> Sorry, I thought I had pull the latest master!
> I also added something about the source URL in the commit message.

The patch applying issue seems to come from an encoding issue. Could you
check the configuration of your mailer, or use git send-email instead?

You can convince yourself of the issue by trying to apply your patch,
from your email, using git am command.

I also edited the commit message of the first patch to follow commit log
conventions.

Thanks for your work :),

Mathieu
Tanguy LE CARROUR Oct. 25, 2019, 2:31 p.m. UTC | #2
Hi!

Le 10/25, Mathieu Othacehe a écrit :
> > Sorry, I thought I had pull the latest master!
> > I also added something about the source URL in the commit message.
> 
> The patch applying issue seems to come from an encoding issue. Could you
> check the configuration of your mailer, or use git send-email instead?

I'm sending patches with neomutt, but it turns out to be really painful
when there are more than 2 patches.
I'll configure `git send-email` asap!


> I also edited the commit message of the first patch to follow commit log
> conventions.

Yeah, I have to work on that, sorry! I usually go through the log
history to find something similar, but it's not always successful!


> Thanks for your work :),

Thanks for your!
diff mbox series

Patch

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)