This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch next-master
in repository guix.
The following commit(s) were added to refs/heads/next-master by this push:
new d0e2670d08 gnu: librdkafka: Update to 1.6.1.
d0e2670d08 is described below
commit d0e2670d085399ae50e881ffdb1e06d4ae2597c4
Author: Ryan Sundberg <[email protected]>
AuthorDate: Sun Jun 6 11:58:10 2021 -0700
gnu: librdkafka: Update to 1.6.1.
* gnu/packages/networking.scm (librdkafka): Update to 1.6.1.
Change-Id: I70a9b58affee17ffab3da8f29e03b1971157d83c
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 081bc0b6ce..8eedd2d0b4 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1673,7 +1673,7 @@ written in the C programming language.")
(define-public librdkafka
(package
(name "librdkafka")
- (version "1.4.2")
+ (version "1.6.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1682,7 +1682,7 @@ written in the C programming language.")
(file-name (git-file-name name version))
(sha256
(base32
- "05mgrdzacn9kdpr68r5j0cvsvl54s52glnsc1ww9rcxx6p7hq1ly"))))
+ "0i9p85icn53vw4h9m2ryl02bljzsy4zshwn8n2x8i2cb1g3p70qj"))))
(build-system gnu-build-system)
(arguments
'(#:phases