GNU bug report logs - #29052
[PATCH] gnu: conkeror: Update to 1.1.0.

Previous Next

Package: guix-patches;

Reported by: Jan Nieuwenhuizen <janneke <at> gnu.org>

Date: Sun, 29 Oct 2017 11:02:02 UTC

Severity: normal

Tags: patch

Done: Jan Nieuwenhuizen <janneke <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29052 in the body.
You can then email your comments to 29052 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#29052; Package guix-patches. (Sun, 29 Oct 2017 11:02:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jan Nieuwenhuizen <janneke <at> gnu.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 29 Oct 2017 11:02:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jan Nieuwenhuizen <janneke <at> gnu.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: conkeror: Update to 1.1.0.
Date: Sun, 29 Oct 2017 12:01:19 +0100
* gnu/packages/conkeror.scm (conkeror): Update to 1.1.0.
---
 gnu/packages/conkeror.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/conkeror.scm b/gnu/packages/conkeror.scm
index d9722a190..6145dbf44 100644
--- a/gnu/packages/conkeror.scm
+++ b/gnu/packages/conkeror.scm
@@ -29,7 +29,7 @@
 (define-public conkeror
   (package
     (name "conkeror")
-    (version "1.0.3")
+    (version "1.1.0")
     (source (origin
               (method url-fetch)
               (uri
@@ -38,7 +38,7 @@
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0ybmincxw3msnrfpby9gnckbq2x94c7fra2m66zham54cjc7mav3"))))
+                "0jz216mjwis7f03j98s4wkcrrq2j3f41fb2y47a5qszc340zhdzv"))))
     (build-system gnu-build-system)
     (inputs `(("icecat" ,icecat)))
     (arguments
-- 
Jan Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com





Information forwarded to guix-patches <at> gnu.org:
bug#29052; Package guix-patches. (Sun, 29 Oct 2017 13:41:02 GMT) Full text and rfc822 format available.

Message #8 received at 29052 <at> debbugs.gnu.org (full text, mbox):

From: ng0 <ng0 <at> infotropique.org>
To: Jan Nieuwenhuizen <janneke <at> gnu.org>
Cc: 29052 <at> debbugs.gnu.org
Subject: Re: [bug#29052] [PATCH] gnu: conkeror: Update to 1.1.0.
Date: Sun, 29 Oct 2017 13:39:37 +0000
[Message part 1 (text/plain, inline)]
Jan Nieuwenhuizen transcribed 1.0K bytes:
> * gnu/packages/conkeror.scm (conkeror): Update to 1.1.0.
> ---
>  gnu/packages/conkeror.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/conkeror.scm b/gnu/packages/conkeror.scm
> index d9722a190..6145dbf44 100644
> --- a/gnu/packages/conkeror.scm
> +++ b/gnu/packages/conkeror.scm
> @@ -29,7 +29,7 @@
>  (define-public conkeror
>    (package
>      (name "conkeror")
> -    (version "1.0.3")
> +    (version "1.1.0")
>      (source (origin
>                (method url-fetch)
>                (uri
> @@ -38,7 +38,7 @@
>                (file-name (string-append name "-" version ".tar.gz"))
>                (sha256
>                 (base32
> -                "0ybmincxw3msnrfpby9gnckbq2x94c7fra2m66zham54cjc7mav3"))))
> +                "0jz216mjwis7f03j98s4wkcrrq2j3f41fb2y47a5qszc340zhdzv"))))
>      (build-system gnu-build-system)
>      (inputs `(("icecat" ,icecat)))
>      (arguments
> -- 
> Jan Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
> Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

LGTM!
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://dist.ng0.infotropique.org/dist/keys/
https://www.infotropique.org https://ng0.infotropique.org
[signature.asc (application/pgp-signature, inline)]

Reply sent to Jan Nieuwenhuizen <janneke <at> gnu.org>:
You have taken responsibility. (Sun, 29 Oct 2017 13:50:01 GMT) Full text and rfc822 format available.

Notification sent to Jan Nieuwenhuizen <janneke <at> gnu.org>:
bug acknowledged by developer. (Sun, 29 Oct 2017 13:50:02 GMT) Full text and rfc822 format available.

Message #13 received at 29052-done <at> debbugs.gnu.org (full text, mbox):

From: Jan Nieuwenhuizen <janneke <at> gnu.org>
To: ng0 <ng0 <at> infotropique.org>
Cc: 29052-done <at> debbugs.gnu.org
Subject: Re: [bug#29052] [PATCH] gnu: conkeror: Update to 1.1.0.
Date: Sun, 29 Oct 2017 14:49:12 +0100
ng0 writes:

> Jan Nieuwenhuizen transcribed 1.0K bytes:
>> * gnu/packages/conkeror.scm (conkeror): Update to 1.1.0.

> LGTM!

Thanks, pushed to master as 11e5e932ad037cb7f7c1b55989e13a4ca051b081

janneke

-- 
Jan Nieuwenhuizen <janneke <at> gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 Nov 2017 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 205 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.