[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: cuirass: Update to 0.0.1 revision 5.
From: |
Mathieu Othacehe |
Subject: |
Re: [PATCH] gnu: cuirass: Update to 0.0.1 revision 5. |
Date: |
Thu, 09 Mar 2017 13:57:21 +0100 |
User-agent: |
mu4e 0.9.17; emacs 25.1.1 |
Hello,
The tuto I recently posted on guix-devel
(https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00222.html),
states that it is possible to pass multiple path in cuirass-service-type
load-path field.
It is true only if cuirass contains this commit :
aebad5184ddf75cb6e34331f4fd6325d0221b5a6.
So here's a patch to bump cuirass revision for people who want's to try
out the tuto.
Thanks,
Mathieu
Mathieu Othacehe writes:
> * gnu/packages/ci.scm (cuirass): Update to 0.0.1 revision 5.
> ---
> gnu/packages/ci.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/ci.scm b/gnu/packages/ci.scm
> index c25bc389c..ae91464a1 100644
> --- a/gnu/packages/ci.scm
> +++ b/gnu/packages/ci.scm
> @@ -187,8 +187,8 @@ their dependencies.")
> (license l:gpl3+))))
>
> (define-public cuirass
> - (let ((commit "f695c79eb3b93a0432901844c8ede16de39b8d07")
> - (revision "4"))
> + (let ((commit "8c811abb3174b44601b8996a1fe1718f37d7bd14")
> + (revision "5"))
> (package
> (name "cuirass")
> (version (string-append "0.0.1-" revision "." (string-take commit 7)))
> @@ -200,7 +200,7 @@ their dependencies.")
> (file-name (string-append name "-" version))
> (sha256
> (base32
> - "1zsj3l85d8jq7h9a0zfb2w5pyvlwkirgvis4bv60syhbpblfvmri"))))
> + "0kz2ys01xlmxagsfr9qf3p212vm31wfl76rvxa7ii5804aidlz5n"))))
> (build-system gnu-build-system)
> (arguments
> '(#:phases