unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48888] [PATCH] librdkafka: upgrade to latest stable version (1.6.1)
@ 2021-06-06 18:58 Ryan Sundberg via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: Ryan Sundberg via Guix-patches via @ 2021-06-06 18:58 UTC (permalink / raw)
  To: 48888; +Cc: Ryan Sundberg

Signed-off-by: Ryan Sundberg <ryan@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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-06 22:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-06 18:58 [bug#48888] [PATCH] librdkafka: upgrade to latest stable version (1.6.1) Ryan Sundberg via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).