GNU bug report logs -
#48888
[PATCH] librdkafka: upgrade to latest stable version (1.6.1)
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Signed-off-by: Ryan Sundberg <ryan <at> arctype.co>
---
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 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
This bug report was last modified 4 years and 7 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.