[PATCH]: gnu: cl-rdkafka: Update-to 1.1.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Sharlatan Hellseher
Owner
unassigned
Submitted by
Sharlatan Hellseher
Severity
normal

Debbugs page

Sharlatan Hellseher wrote 4 years ago
(address . guix-patches@gnu.org)
CAO+9K5rxuMOabCmXH=pfTDehj-Eb7swRi+zUM_G-Go3oNMCCXA@mail.gmail.com
--
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
From fde6cd95672d1d828d216211f872f5a5988cb567 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Mon, 15 Feb 2021 21:19:48 +0000
Subject: [PATCH] gnu: cl-rdkafka: Update to 1.1.0

---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 81cbc28d71..3843fd373b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -10699,7 +10699,7 @@ tables.")
(define-public sbcl-cl-rdkafka
(package
(name "sbcl-cl-rdkafka")
- (version "1.0.2")
+ (version "1.1.0")
(source
(origin
(method git-fetch)
@@ -10709,7 +10709,7 @@ tables.")
(file-name (git-file-name name version))
(sha256
(base32
- "1qcgfd4h7syilzmrmd4z2vknbvawda3q3ykw7xm8n381syry4g82"))))
+ "0z2g0k0xy8k1p9g93h8dy9wbygaq7ziwagm4yz93zk67mhc0b84v"))))
(build-system asdf-build-system/sbcl)
(arguments
`(#:tests? #f ; Attempts to connect to locally running Kafka
--
2.30.0
Guillaume Le Vaillant wrote 4 years ago
(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 46546-done@debbugs.gnu.org)
87k0r8o13z.fsf@yamatai
Patch pushed as ea6b4b909f5fa784261c8fbc1973811672b048d7.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYCuFYA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9UHQD8C6XYP81MFhTaMxIfdXa4hvgT3PZsVNlUtyHE
xMbAia0BAJBnltw8dB+tuj+x9Ap/gGypK8pH+/bEbV+vNYVBTT5s
=EY0K
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 46546@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 46546
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help