guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: conkeror: Update to 1.0.3


From: Efraim Flashner
Subject: Re: [PATCH] gnu: conkeror: Update to 1.0.3
Date: Sun, 3 Jul 2016 20:31:06 +0300
User-agent: Mutt/1.6.1 (2016-04-27)

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" <address@hidden>
> 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   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]