unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41674] Update librdkafka to v1.4.2
@ 2020-06-02 21:09 Katherine Cox-Buday
  2020-06-03 10:38 ` bug#41674: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Katherine Cox-Buday @ 2020-06-02 21:09 UTC (permalink / raw)
  To: 41674

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#41674: Update librdkafka to v1.4.2
  2020-06-02 21:09 [bug#41674] Update librdkafka to v1.4.2 Katherine Cox-Buday
@ 2020-06-03 10:38 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2020-06-03 10:38 UTC (permalink / raw)
  To: Katherine Cox-Buday; +Cc: 41674-done

Katherine Cox-Buday <cox.katherine.e@gmail.com> writes:

> 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.

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-03 10:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02 21:09 [bug#41674] Update librdkafka to v1.4.2 Katherine Cox-Buday
2020-06-03 10:38 ` bug#41674: " 宋文武

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).