all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: fish: Update to 2.3.1.
@ 2016-07-22  7:01 Tobias Geerinckx-Rice
  2016-07-22 12:47 ` Thompson, David
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2016-07-22  7:01 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/fish.scm (fish): Update to 2.3.1.
[home-page, source]: Use 'https' in the URL.
---
 gnu/packages/fish.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/fish.scm b/gnu/packages/fish.scm
index 7abaaf0..a8b88e7 100644
--- a/gnu/packages/fish.scm
+++ b/gnu/packages/fish.scm
@@ -29,14 +29,14 @@
 (define-public fish
   (package
     (name "fish")
-    (version "2.3.0")
+    (version "2.3.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://fishshell.com/files/"
+              (uri (string-append "https://fishshell.com/files/"
                                   version "/fish-" version ".tar.gz"))
               (sha256
                (base32
-                "1ralmp7lavdl0plc09ppm232aqsn0crxx6m3hgaa06ibam3sqawi"))
+                "0r46p64lg6da3v6chsa4gisvl04kd3rpy60yih8r870kbp9wm2ij"))
               (modules '((guix build utils)))
               ;; Don't try to install /etc/fish/config.fish.
               (snippet
@@ -61,5 +61,5 @@ has extensive and discoverable help.  A special help command gives access to
 all the fish documentation in your web browser.  Other features include smart
 terminal handling based on terminfo, an easy to search history, and syntax
 highlighting.")
-    (home-page "http://fishshell.com/")
+    (home-page "https://fishshell.com/")
     (license gpl2)))
-- 
2.9.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: fish: Update to 2.3.1.
  2016-07-22  7:01 [PATCH] gnu: fish: Update to 2.3.1 Tobias Geerinckx-Rice
@ 2016-07-22 12:47 ` Thompson, David
  2016-07-22 16:05   ` Tobias Geerinckx-Rice
  0 siblings, 1 reply; 3+ messages in thread
From: Thompson, David @ 2016-07-22 12:47 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: guix-devel

On Fri, Jul 22, 2016 at 3:01 AM, Tobias Geerinckx-Rice <me@tobias.gr> wrote:
> * gnu/packages/fish.scm (fish): Update to 2.3.1.
> [home-page, source]: Use 'https' in the URL.

LGTM. Do you have commit access?

- Dave

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: fish: Update to 2.3.1.
  2016-07-22 12:47 ` Thompson, David
@ 2016-07-22 16:05   ` Tobias Geerinckx-Rice
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Geerinckx-Rice @ 2016-07-22 16:05 UTC (permalink / raw)
  To: Thompson, David; +Cc: guix-devel

Dave,

On 2016-07-22 14:47, Thompson, David wrote:
> LGTM.

Thanks!

> Do you have commit access?

Not at the moment, but some guy named Ludo' did just ask me for my
GPG key...

Kind regards,

T G-R

-- 
Sent from a web browser. Excuse my brevity.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-07-22 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-22  7:01 [PATCH] gnu: fish: Update to 2.3.1 Tobias Geerinckx-Rice
2016-07-22 12:47 ` Thompson, David
2016-07-22 16:05   ` Tobias Geerinckx-Rice

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.