GNU bug report logs - #31964
[PATCH] gnu: guile-simple-zmq: Update to commit '1f3b7c0'.

Previous Next

Package: guix-patches;

Reported by: Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>

Date: Mon, 25 Jun 2018 14:59:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
Subject: bug#31964: closed (Re: [bug#31964] [PATCH] gnu: guile-simple-zmq:
 Update to commit '1f3b7c0'.)
Date: Mon, 25 Jun 2018 20:39:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#31964: [PATCH] gnu: guile-simple-zmq: Update to commit '1f3b7c0'.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 31964 <at> debbugs.gnu.org.

-- 
31964: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31964
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
Cc: 31964-done <at> debbugs.gnu.org
Subject: Re: [bug#31964] [PATCH] gnu: guile-simple-zmq: Update to commit
 '1f3b7c0'.
Date: Mon, 25 Jun 2018 22:37:56 +0200
Rouby Pierre-Antoine <pierre-antoine.rouby <at> 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’.

[Message part 3 (message/rfc822, inline)]
From: Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
To: guix-patches <at> gnu.org
Cc: Rouby Pierre-Antoine <pierre-antoine.rouby <at> inria.fr>
Subject: [PATCH] gnu: guile-simple-zmq: Update to commit '1f3b7c0'.
Date: Mon, 25 Jun 2018 16:57:47 +0200
* 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




This bug report was last modified 6 years and 336 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.