[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guile-simple-zmq: Update to 0.0.0-5.f8b7d81.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guile-simple-zmq: Update to 0.0.0-5.f8b7d81. |
Date: |
Fri, 11 Dec 2020 11:53:36 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new edc2acb gnu: guile-simple-zmq: Update to 0.0.0-5.f8b7d81.
edc2acb is described below
commit edc2acb7796a9f1c6d3a6caea54bad3a17cd988b
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Dec 11 17:52:36 2020 +0100
gnu: guile-simple-zmq: Update to 0.0.0-5.f8b7d81.
* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-5.f8b7d81.
---
gnu/packages/guile-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index edee85f..a844ab7 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -966,8 +966,8 @@ convenient nested tree operations.")
(license license:gpl3+)))
(define-public guile-simple-zmq
- (let ((commit "5fc3b7190d31c258ce969c2a5d2ad38c66a09d09")
- (revision "4"))
+ (let ((commit "f8b7d81afb38525750f8818ed2956ca18c828ee8")
+ (revision "5"))
(package
(name "guile-simple-zmq")
(version (git-version "0.0.0" revision commit))
@@ -979,7 +979,7 @@ convenient nested tree operations.")
(commit commit)))
(sha256
(base32
- "0inhvl5jssvbw3nd129wdahfwyvy1iciq403wzf0algbvl1fqs7z"))
+ "1gpzlpcq7bxw7sxyrg8zslwb3631vizw56lgg1aavw4gafh0hxb3"))
(file-name (git-file-name name version))))
(build-system guile-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guile-simple-zmq: Update to 0.0.0-5.f8b7d81.,
guix-commits <=