mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: librdkafka: Update to 1.4.2.
* gnu/packages/networking.scm (librdkafka): Update to 1.4.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
ecd297a18c
commit
7277baf50d
1 changed files with 7 additions and 7 deletions
|
@ -532,16 +532,16 @@ (define-public libnatpmp
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue