[PATCH] librdkafka: upgrade to latest stable version (1.6.1)

  • Open
  • quality assurance status badge
Details
One participant
  • Ryan Sundberg
Owner
unassigned
Submitted by
Ryan Sundberg
Severity
normal
R
R
Ryan Sundberg wrote on 6 Jun 2021 20:58
(address . guix-patches@gnu.org)(name . Ryan Sundberg)(address . ryan@arctype.co)
20210606185810.18764-1-ryan@arctype.co
Signed-off-by: Ryan Sundberg <ryan@arctype.co>
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 82c7a0161a..462215c0f1 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1137,7 +1137,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
@@ -1146,7 +1146,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
--
2.31.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 48888@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48888
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch