mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: librdkafka: Update to 1.6.1.
* gnu/packages/networking.scm (librdkafka): Update to 1.6.1. Change-Id: I70a9b58affee17ffab3da8f29e03b1971157d83c Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
14e50c6393
commit
a96d009153
1 changed files with 2 additions and 2 deletions
|
|
@ -1673,7 +1673,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
|
||||
|
|
@ -1682,7 +1682,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue