unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: conkeror: Update to 1.0.3
@ 2016-07-03 15:50 John J Foerch
  2016-07-03 17:31 ` Efraim Flashner
  2016-07-04  7:01 ` Alex Kost
  0 siblings, 2 replies; 6+ messages in thread
From: John J Foerch @ 2016-07-03 15:50 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: gnu: conkeror: Update to 1.0.3. --]
[-- Type: text/x-diff, Size: 1384 bytes --]

From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001
From: "John J. Foerch" <jjfoerch@earthlink.net>
Date: Sun, 3 Jul 2016 11:46:20 -0400
Subject: [PATCH] gnu: conkeror: Update to 1.0.3.

* gnu/packages/conkeror.scm (conkeror): Update to 1.0.3.
---
 gnu/packages/conkeror.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/conkeror.scm b/gnu/packages/conkeror.scm
index cfeb22e..0c247e8 100644
--- a/gnu/packages/conkeror.scm
+++ b/gnu/packages/conkeror.scm
@@ -28,16 +28,15 @@
 (define-public conkeror
   (package
     (name "conkeror")
-    (version "1.0pre1.20150730")
+    (version "1.0.3")
     (source (origin
               (method url-fetch)
               (uri
-               (string-append "http://repo.or.cz/w/conkeror.git/snapshot/"
-                              "a1f7e879b129df5cf14ea4ce80a9c1407380ed58"
-                              ".tar.gz")) ; tag: debian-1.0--pre-1+git150730-1
+               (string-append "http://repo.or.cz/conkeror.git/snapshot/"
+                              version ".tar.gz"))
               (sha256
                (base32
-                "1q45hc30733gz3ca2ixvw0rzzcbi7rlay7gx7kvzjv17a030nyk0"))))
+                "0ybmincxw3msnrfpby9gnckbq2x94c7fra2m66zham54cjc7mav3"))))
     (build-system gnu-build-system)
     (inputs `(("icecat" ,icecat)))
     (arguments
-- 
2.9.0

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

* Re: [PATCH] gnu: conkeror: Update to 1.0.3
  2016-07-03 15:50 [PATCH] gnu: conkeror: Update to 1.0.3 John J Foerch
@ 2016-07-03 17:31 ` Efraim Flashner
  2016-07-03 22:03   ` John J Foerch
  2016-07-04  7:01 ` Alex Kost
  1 sibling, 1 reply; 6+ messages in thread
From: Efraim Flashner @ 2016-07-03 17:31 UTC (permalink / raw)
  To: John J Foerch; +Cc: guix-devel

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

On Sun, Jul 03, 2016 at 11:50:37AM -0400, John J Foerch wrote:
> From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001
> From: "John J. Foerch" <jjfoerch@earthlink.net>
> Date: Sun, 3 Jul 2016 11:46:20 -0400
> Subject: [PATCH] gnu: conkeror: Update to 1.0.3.
> 
> * gnu/packages/conkeror.scm (conkeror): Update to 1.0.3.
> ---
>  gnu/packages/conkeror.scm | 9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)
> 
> diff --git a/gnu/packages/conkeror.scm b/gnu/packages/conkeror.scm
> index cfeb22e..0c247e8 100644
> --- a/gnu/packages/conkeror.scm
> +++ b/gnu/packages/conkeror.scm
> @@ -28,16 +28,15 @@
>  (define-public conkeror
>    (package
>      (name "conkeror")
> -    (version "1.0pre1.20150730")
> +    (version "1.0.3")
>      (source (origin
>                (method url-fetch)
>                (uri
> -               (string-append "http://repo.or.cz/w/conkeror.git/snapshot/"
> -                              "a1f7e879b129df5cf14ea4ce80a9c1407380ed58"
> -                              ".tar.gz")) ; tag: debian-1.0--pre-1+git150730-1
> +               (string-append "http://repo.or.cz/conkeror.git/snapshot/"
> +                              version ".tar.gz"))
>                (sha256
>                 (base32
> -                "1q45hc30733gz3ca2ixvw0rzzcbi7rlay7gx7kvzjv17a030nyk0"))))
> +                "0ybmincxw3msnrfpby9gnckbq2x94c7fra2m66zham54cjc7mav3"))))
>      (build-system gnu-build-system)
>      (inputs `(("icecat" ,icecat)))
>      (arguments
> -- 
> 2.9.0
> 

Looks good! I added a copyright line for you at the top and a (file-name
for the source.


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [PATCH] gnu: conkeror: Update to 1.0.3
  2016-07-03 17:31 ` Efraim Flashner
@ 2016-07-03 22:03   ` John J Foerch
  0 siblings, 0 replies; 6+ messages in thread
From: John J Foerch @ 2016-07-03 22:03 UTC (permalink / raw)
  To: guix-devel

Efraim Flashner <efraim@flashner.co.il> writes:

> On Sun, Jul 03, 2016 at 11:50:37AM -0400, John J Foerch wrote:
>> From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001
>> From: "John J. Foerch" <jjfoerch@earthlink.net>
>> Date: Sun, 3 Jul 2016 11:46:20 -0400
>> Subject: [PATCH] gnu: conkeror: Update to 1.0.3.
>> 
>> * gnu/packages/conkeror.scm (conkeror): Update to 1.0.3.
>> ---
>>  gnu/packages/conkeror.scm | 9 ++++-----
>>  1 file changed, 4 insertions(+), 5 deletions(-)
>> 
>> diff --git a/gnu/packages/conkeror.scm b/gnu/packages/conkeror.scm
>> index cfeb22e..0c247e8 100644
>> --- a/gnu/packages/conkeror.scm
>> +++ b/gnu/packages/conkeror.scm
>> @@ -28,16 +28,15 @@
>>  (define-public conkeror
>>    (package
>>      (name "conkeror")
>> -    (version "1.0pre1.20150730")
>> +    (version "1.0.3")
>>      (source (origin
>>                (method url-fetch)
>>                (uri
>> -               (string-append "http://repo.or.cz/w/conkeror.git/snapshot/"
>> -                              "a1f7e879b129df5cf14ea4ce80a9c1407380ed58"
>> -                              ".tar.gz")) ; tag: debian-1.0--pre-1+git150730-1
>> +               (string-append "http://repo.or.cz/conkeror.git/snapshot/"
>> +                              version ".tar.gz"))
>>                (sha256
>>                 (base32
>> -                "1q45hc30733gz3ca2ixvw0rzzcbi7rlay7gx7kvzjv17a030nyk0"))))
>> +                "0ybmincxw3msnrfpby9gnckbq2x94c7fra2m66zham54cjc7mav3"))))
>>      (build-system gnu-build-system)
>>      (inputs `(("icecat" ,icecat)))
>>      (arguments
>> -- 
>> 2.9.0
>> 
>
> Looks good! I added a copyright line for you at the top and a (file-name
> for the source.

Thank you

--
John Foerch

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

* Re: [PATCH] gnu: conkeror: Update to 1.0.3
  2016-07-03 15:50 [PATCH] gnu: conkeror: Update to 1.0.3 John J Foerch
  2016-07-03 17:31 ` Efraim Flashner
@ 2016-07-04  7:01 ` Alex Kost
  2016-07-04  8:33   ` Ludovic Courtès
  1 sibling, 1 reply; 6+ messages in thread
From: Alex Kost @ 2016-07-04  7:01 UTC (permalink / raw)
  To: John J Foerch; +Cc: guix-devel

John J Foerch (2016-07-03 18:50 +0300) wrote:

> From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001
> From: "John J. Foerch" <jjfoerch@earthlink.net>
> Date: Sun, 3 Jul 2016 11:46:20 -0400
> Subject: [PATCH] gnu: conkeror: Update to 1.0.3.
>
> * gnu/packages/conkeror.scm (conkeror): Update to 1.0.3.

Just to mention: John is one of the main conkeror contributors :-)

-- 
Alex

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

* Re: [PATCH] gnu: conkeror: Update to 1.0.3
  2016-07-04  7:01 ` Alex Kost
@ 2016-07-04  8:33   ` Ludovic Courtès
  2016-07-04 15:06     ` John J Foerch
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2016-07-04  8:33 UTC (permalink / raw)
  To: Alex Kost; +Cc: guix-devel, John J Foerch

Alex Kost <alezost@gmail.com> skribis:

> John J Foerch (2016-07-03 18:50 +0300) wrote:
>
>> From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001
>> From: "John J. Foerch" <jjfoerch@earthlink.net>
>> Date: Sun, 3 Jul 2016 11:46:20 -0400
>> Subject: [PATCH] gnu: conkeror: Update to 1.0.3.
>>
>> * gnu/packages/conkeror.scm (conkeror): Update to 1.0.3.
>
> Just to mention: John is one of the main conkeror contributors :-)

Didn’t know that, nice!

Ludo’, a happy Conkeror user.  :-)

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

* Re: [PATCH] gnu: conkeror: Update to 1.0.3
  2016-07-04  8:33   ` Ludovic Courtès
@ 2016-07-04 15:06     ` John J Foerch
  0 siblings, 0 replies; 6+ messages in thread
From: John J Foerch @ 2016-07-04 15:06 UTC (permalink / raw)
  To: guix-devel

ludo@gnu.org (Ludovic Courtès) writes:

> Alex Kost <alezost@gmail.com> skribis:
>
>> John J Foerch (2016-07-03 18:50 +0300) wrote:
>>
>>> From 71dd8a5b721a952dbe583922caef0a91b1a559cf Mon Sep 17 00:00:00 2001
>>> From: "John J. Foerch" <jjfoerch@earthlink.net>
>>> Date: Sun, 3 Jul 2016 11:46:20 -0400
>>> Subject: [PATCH] gnu: conkeror: Update to 1.0.3.
>>>
>>> * gnu/packages/conkeror.scm (conkeror): Update to 1.0.3.
>>
>> Just to mention: John is one of the main conkeror contributors :-)
>
> Didn’t know that, nice!
>
> Ludo’, a happy Conkeror user.  :-)

Nice :-)  I first heard about GuixSD in part because someone mentioned
Conkeror was used in a FOSDEM talk.  I thought that was pretty cool.

--
John Foerch

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

end of thread, other threads:[~2016-07-04 15:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-03 15:50 [PATCH] gnu: conkeror: Update to 1.0.3 John J Foerch
2016-07-03 17:31 ` Efraim Flashner
2016-07-03 22:03   ` John J Foerch
2016-07-04  7:01 ` Alex Kost
2016-07-04  8:33   ` Ludovic Courtès
2016-07-04 15:06     ` John J Foerch

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