all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mathieu Othacehe <m.othacehe@gmail.com>
To: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: cuirass: Update to 0.0.1 revision 5.
Date: Thu, 09 Mar 2017 13:57:21 +0100	[thread overview]
Message-ID: <87h932wqtq.fsf@gmail.com> (raw)
In-Reply-To: <20170309125518.13991-1-m.othacehe@gmail.com>


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

  reply	other threads:[~2017-03-09 12:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-09 12:55 [PATCH] gnu: cuirass: Update to 0.0.1 revision 5 Mathieu Othacehe
2017-03-09 12:57 ` Mathieu Othacehe [this message]
2017-03-11 20:49 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h932wqtq.fsf@gmail.com \
    --to=m.othacehe@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.