mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-cl-rdkafka: Update to 1.1.0.
* gnu/packages/lisp-xyz.scm (sbcl-cl-rdkafka): Update to 1.1.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
34f2a60875
commit
ea6b4b909f
1 changed files with 2 additions and 2 deletions
|
@ -10699,7 +10699,7 @@ tables.")
|
||||||
(define-public sbcl-cl-rdkafka
|
(define-public sbcl-cl-rdkafka
|
||||||
(package
|
(package
|
||||||
(name "sbcl-cl-rdkafka")
|
(name "sbcl-cl-rdkafka")
|
||||||
(version "1.0.2")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10709,7 +10709,7 @@ tables.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qcgfd4h7syilzmrmd4z2vknbvawda3q3ykw7xm8n381syry4g82"))))
|
"0z2g0k0xy8k1p9g93h8dy9wbygaq7ziwagm4yz93zk67mhc0b84v"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Attempts to connect to locally running Kafka
|
`(#:tests? #f ; Attempts to connect to locally running Kafka
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue