unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 1/2] gnu: fish: Update to 2.1.1
@ 2014-12-06  6:59 宋文武
  2014-12-06 10:06 ` Andreas Enge
  0 siblings, 1 reply; 3+ messages in thread
From: 宋文武 @ 2014-12-06  6:59 UTC (permalink / raw)
  To: guix-devel

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

This contains security fixes, according to:
  http://fishshell.com/release_notes.html


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-fish-Update-to-2.1.1.patch --]
[-- Type: text/x-patch, Size: 1112 bytes --]

From 894c97a64407bdc8ce5517c48353beb5ad0ccda5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong@gmail.com>
Date: Sat, 6 Dec 2014 14:26:29 +0800
Subject: [PATCH 1/2] gnu: fish: Update to 2.1.1.

* gnu/packages/fish.scm (fish): Update to 2.1.1.
---
 gnu/packages/fish.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fish.scm b/gnu/packages/fish.scm
index 6f818b4..ee11124 100644
--- a/gnu/packages/fish.scm
+++ b/gnu/packages/fish.scm
@@ -28,14 +28,14 @@
 (define-public fish
   (package
     (name "fish")
-    (version "2.1.0")
+    (version "2.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://fishshell.com/files/"
                                   version "/fish-" version ".tar.gz"))
               (sha256
                (base32
-                "0i7h3hx8iszli3d4kphw79sz9m07f2lc2c9hr9smdps5s7wpllmg"))))
+                "096rhi911s3j618cvp8fj9pb4jniy3y6415jvjg8bhszsp1x7r5p"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)))
-- 
2.1.2


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

* Re: [PATCH 1/2] gnu: fish: Update to 2.1.1
  2014-12-06  6:59 [PATCH 1/2] gnu: fish: Update to 2.1.1 宋文武
@ 2014-12-06 10:06 ` Andreas Enge
  2014-12-06 11:10   ` 宋文武
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Enge @ 2014-12-06 10:06 UTC (permalink / raw)
  To: 宋文武; +Cc: guix-devel

On Sat, Dec 06, 2014 at 02:59:46PM +0800, 宋文武 wrote:
> This contains security fixes, according to:
>   http://fishshell.com/release_notes.html
> -    (version "2.1.0")
> +    (version "2.1.1")
> -                "0i7h3hx8iszli3d4kphw79sz9m07f2lc2c9hr9smdps5s7wpllmg"))))
> +                "096rhi911s3j618cvp8fj9pb4jniy3y6415jvjg8bhszsp1x7r5p"))))

I think you can push such patches without posting to the list first,
assuming that the package still compiles.

Andreas

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

* Re: [PATCH 1/2] gnu: fish: Update to 2.1.1
  2014-12-06 10:06 ` Andreas Enge
@ 2014-12-06 11:10   ` 宋文武
  0 siblings, 0 replies; 3+ messages in thread
From: 宋文武 @ 2014-12-06 11:10 UTC (permalink / raw)
  To: Andreas Enge; +Cc: guix-devel

Andreas Enge <andreas@enge.fr> writes:

> On Sat, Dec 06, 2014 at 02:59:46PM +0800, 宋文武 wrote:
>> This contains security fixes, according to:
>>   http://fishshell.com/release_notes.html
>> -    (version "2.1.0")
>> +    (version "2.1.1")
>> -                "0i7h3hx8iszli3d4kphw79sz9m07f2lc2c9hr9smdps5s7wpllmg"))))
>> +                "096rhi911s3j618cvp8fj9pb4jniy3y6415jvjg8bhszsp1x7r5p"))))
>
> I think you can push such patches without posting to the list first,
> assuming that the package still compiles.
OK, pushed. I leave the use-etc-as-sysconfdir patch to be reviewd :)
>
> Andreas

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

end of thread, other threads:[~2014-12-06 11:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-06  6:59 [PATCH 1/2] gnu: fish: Update to 2.1.1 宋文武
2014-12-06 10:06 ` Andreas Enge
2014-12-06 11:10   ` 宋文武

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).