guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] gnu: psyclpc: Make it reproducible.


From: ng0
Subject: Re: [PATCH 1/2] gnu: psyclpc: Make it reproducible.
Date: Wed, 23 Nov 2016 19:10:52 +0000

ng0 <address@hidden> writes:

> * gnu/packages/psyc.scm (psyclpc): Make it reproducible.
> ---
>  gnu/packages/psyc.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/psyc.scm b/gnu/packages/psyc.scm
> index 03df188..01bbae6 100644
> --- a/gnu/packages/psyc.scm
> +++ b/gnu/packages/psyc.scm
> @@ -1,5 +1,5 @@
>  ;;; GNU Guix --- Functional package management for GNU
> -;;; Copyright © 2016 ng0 <address@hidden>
> +;;; Copyright © 2016 ng0 <address@hidden>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -155,7 +155,7 @@ including psyced.")
>  
>  ;; This commit removes the historic bundled pcre, not released as a tarball 
> so far.

This comment should be updated to:
;; This commit removes the historic bundled pcre and makes psyclpc reproducible.

Can whoever commits the first or second patch into master update
the comment? Thanks!

>  (define-public psyclpc
> -  (let* ((commit "8bd51f2a4847860ba8b82dc79348ab37d516011e")
> +  (let* ((commit "61cf9aa81297085e5c40170fd01221c752f8deba")
>           (revision "1"))
>    (package
>      (name "psyclpc")
> @@ -168,7 +168,7 @@ including psyced.")
>                (file-name (string-append name "-" version "-checkout"))
>                (sha256
>                 (base32
> -                "10w4kx9ygcv1lcmd7j4knvjiy8dac1y3hjfv3lhp67jpv6w3iagz"))))
> +                "1viwqymbhn3cwvx0zl58rlzl5gw47zxn0ldg2nbi55ghm5zxl1z5"))))
>      (build-system gnu-build-system)
>      (arguments
>       `(#:tests? #f ; There are no tests/checks.
> -- 
> 2.10.2
>
>

-- 
♥Ⓐ  ng0  | ng0.chaosnet.org



reply via email to

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