all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: cuirass: Update to 0.0.1 revision 5.
@ 2017-03-09 12:55 Mathieu Othacehe
  2017-03-09 12:57 ` Mathieu Othacehe
  2017-03-11 20:49 ` Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2017-03-09 12:55 UTC (permalink / raw)
  To: guix-devel

* 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
-- 
2.12.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: cuirass: Update to 0.0.1 revision 5.
  2017-03-09 12:55 [PATCH] gnu: cuirass: Update to 0.0.1 revision 5 Mathieu Othacehe
@ 2017-03-09 12:57 ` Mathieu Othacehe
  2017-03-11 20:49 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2017-03-09 12:57 UTC (permalink / raw)
  To: guix-devel


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: cuirass: Update to 0.0.1 revision 5.
  2017-03-09 12:55 [PATCH] gnu: cuirass: Update to 0.0.1 revision 5 Mathieu Othacehe
  2017-03-09 12:57 ` Mathieu Othacehe
@ 2017-03-11 20:49 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-03-11 20:49 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: guix-devel

Mathieu Othacehe <m.othacehe@gmail.com> skribis:

> * gnu/packages/ci.scm (cuirass): Update to 0.0.1 revision 5.

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-11 20:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-09 12:55 [PATCH] gnu: cuirass: Update to 0.0.1 revision 5 Mathieu Othacehe
2017-03-09 12:57 ` Mathieu Othacehe
2017-03-11 20:49 ` Ludovic Courtès

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.