GNU bug report logs -
#48888
[PATCH] librdkafka: upgrade to latest stable version (1.6.1)
Previous Next
To reply to this bug, email your comments to 48888 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#48888
; Package
guix-patches
.
(Sun, 06 Jun 2021 21:58:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ryan Sundberg <ryan <at> arctype.co>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 06 Jun 2021 21:58:04 GMT)
Full text and
rfc822 format available.
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 3 years and 307 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.