GNU bug report logs -
#31964
[PATCH] gnu: guile-simple-zmq: Update to commit '1f3b7c0'.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 25 Jun 2018 22:37:56 +0200
with message-id <87a7rir49n.fsf <at> gnu.org>
and subject line Re: [bug#31964] [PATCH] gnu: guile-simple-zmq: Update to commit '1f3b7c0'.
has caused the debbugs.gnu.org bug report #31964,
regarding [PATCH] gnu: guile-simple-zmq: Update to commit '1f3b7c0'.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
* 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
[Message part 3 (message/rfc822, inline)]
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’.
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.