all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31964] [PATCH] gnu: guile-simple-zmq: Update to commit '1f3b7c0'.
@ 2018-06-25 14:57 Rouby Pierre-Antoine
  2018-06-25 20:37 ` bug#31964: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Rouby Pierre-Antoine @ 2018-06-25 14:57 UTC (permalink / raw)
  To: 31964; +Cc: Rouby Pierre-Antoine

* gnu/packages/guile.scm (guile-simple-zmq): Update to commit '1f3b7c0'.
---
 gnu/packages/guile.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 4cd26cf7f..eea7e0f79 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -2117,8 +2117,8 @@ It has a nice, simple s-expression based syntax.")
     (license license:gpl3+)))
 
 (define-public guile-simple-zmq
-  (let ((commit "d76657aeb1cd10ef8136edc06bb90999914c7c3c")
-        (revision "0"))
+  (let ((commit "1f3b7c0b9b249c6fde8e8a632b252d8a1b794424")
+        (revision "1"))
     (package
       (name "guile-simple-zmq")
       (version (git-version "0.0.0" revision commit))
@@ -2130,7 +2130,7 @@ It has a nice, simple s-expression based syntax.")
                (commit commit)))
          (sha256
           (base32
-           "1w73dy5gpyv33jn34dqlkqpwh9w4y8wm6hgvbpb3wbp6xsa2mk4z"))
+           "0nj2pd5bsmmgd3c54wh4sixfhmsv1arsq7yam2d7487h3n9q57r7"))
          (file-name (git-file-name name version))))
       (build-system trivial-build-system)
       (arguments
@@ -2195,9 +2195,10 @@ It has a nice, simple s-expression based syntax.")
                                             file go-file)))))
                        (list scm-file))
              #t))))
+      (inputs
+       `(("guile" ,guile-2.2)))
       (propagated-inputs
-       `(("guile" ,guile-2.2)
-         ("zeromq" ,zeromq)))
+       `(("zeromq" ,zeromq)))
       (home-page "https://github.com/jerry40/guile-simple-zmq")
       (synopsis "Guile wrapper over ZeroMQ library")
       (description
-- 
2.17.0

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

* bug#31964: [PATCH] gnu: guile-simple-zmq: Update to commit '1f3b7c0'.
  2018-06-25 14:57 [bug#31964] [PATCH] gnu: guile-simple-zmq: Update to commit '1f3b7c0' Rouby Pierre-Antoine
@ 2018-06-25 20:37 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-06-25 20:37 UTC (permalink / raw)
  To: Rouby Pierre-Antoine; +Cc: 31964-done

Rouby Pierre-Antoine <pierre-antoine.rouby@inria.fr> skribis:

> * gnu/packages/guile.scm (guile-simple-zmq): Update to commit '1f3b7c0'.

I adjusted the commit log to cover the inputs/propagated-inputs change
and committed.

Thanks!

Ludo’.

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

end of thread, other threads:[~2018-06-25 20:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-25 14:57 [bug#31964] [PATCH] gnu: guile-simple-zmq: Update to commit '1f3b7c0' Rouby Pierre-Antoine
2018-06-25 20:37 ` bug#31964: " 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.