unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Katherine Cox-Buday <cox.katherine.e@gmail.com>
To: 41674@debbugs.gnu.org
Subject: [bug#41674] Update librdkafka to v1.4.2
Date: Tue, 2 Jun 2020 16:09:36 -0500	[thread overview]
Message-ID: <CA+TvSRjEymzFdpFyx0DoCYVHUE9t6T0FNG7h9ZKRiewHzOszmA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

16:09 kate says: guix refresh --list-dependent librdkafka@0.9.1
Building the following 2 packages would ensure 2 dependent packages
are rebuilt: python2-pykafka@2.4.0 python-pykafka@2.4.0

All dependent packages build as well.

[-- Attachment #2: 0001-gnu-librdkafka-Update-to-1.4.2.patch --]
[-- Type: text/x-patch, Size: 1536 bytes --]

From 03397879cd3a03acb442aa6736408d19457fd5b6 Mon Sep 17 00:00:00 2001
From: Katherine Cox-Buday <cox.katherine.e@gmail.com>
Date: Tue, 2 Jun 2020 16:02:13 -0500
Subject: [PATCH] gnu: librdkafka: Update to 1.4.2.

* gnu/packages/networking.scm (librdkafka): Update to 1.4.2.
---
 gnu/packages/networking.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index fd29370841..fa6a5432c3 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -532,16 +532,16 @@ written in the C programming language.")
 (define-public librdkafka
   (package
     (name "librdkafka")
-    (version "0.9.1")
+    (version "1.4.2")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/edenhill/librdkafka/archive/"
-                    version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/edenhill/librdkafka.git")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "10ldx7g7ymmg17snzx78vy4n8ma1rjx0agzi34g15j2fk867xmas"))))
+                "05mgrdzacn9kdpr68r5j0cvsvl54s52glnsc1ww9rcxx6p7hq1ly"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
-- 
2.26.2


             reply	other threads:[~2020-06-02 21:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-02 21:09 Katherine Cox-Buday [this message]
2020-06-03 10:38 ` bug#41674: Update librdkafka to v1.4.2 宋文武

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+TvSRjEymzFdpFyx0DoCYVHUE9t6T0FNG7h9ZKRiewHzOszmA@mail.gmail.com \
    --to=cox.katherine.e@gmail.com \
    --cc=41674@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).