all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tanguy Le Carrour <tanguy@bioneland.org>
To: 37903@debbugs.gnu.org
Subject: [bug#37903] [PATCH v2 1/2] gnu: profanity: Update to 0.7.1.
Date: Fri, 25 Oct 2019 14:46:19 +0200	[thread overview]
Message-ID: <20191025124619.zkr4sf42j5rbsvsz@rafflesia> (raw)
In-Reply-To: <20191024141000.l7qqh3ka4tlllxfj@rafflesia>

[-- Attachment #1: Type: text/plain, Size: 114 bytes --]

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

[-- Attachment #2: Type: text/plain, Size: 1675 bytes --]

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(-)

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)
-- 
2.23.0


  parent reply	other threads:[~2019-10-25 12:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-24 14:10 [bug#37903] [PATCH 0/2] gnu: profanity: Update to 0.7.1 Tanguy Le Carrour
2019-10-24 14:12 ` [bug#37903] [PATCH 1/2] " Tanguy Le Carrour
2019-10-24 16:02   ` Mathieu Othacehe
2019-10-24 14:13 ` [bug#37903] [PATCH 2/2] gnu: profanity: Correct indentation Tanguy Le Carrour
2019-10-25 12:46 ` Tanguy Le Carrour [this message]
2019-10-25 14:11   ` bug#37903: [PATCH v2 1/2] gnu: profanity: Update to 0.7.1 Mathieu Othacehe
2019-10-25 14:31     ` [bug#37903] " Tanguy Le Carrour
2019-10-25 12:46 ` [bug#37903] [PATCH v2 2/2] gnu: profanity: Correct indentation Tanguy Le Carrour

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191025124619.zkr4sf42j5rbsvsz@rafflesia \
    --to=tanguy@bioneland.org \
    --cc=37903@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.