* [bug#75539] [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09
@ 2025-01-13 17:42 Junker
2025-01-13 20:22 ` jgart via Guix-patches via
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Junker @ 2025-01-13 17:42 UTC (permalink / raw)
To: 75539
Change-Id: I7bce4b64a389d58dfe56fb7e888e0a53a75cb153
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0e799e1a8e..8f9c4af1df 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13600,11 +13600,11 @@ (define-public ecl-dbi
(sbcl-package->ecl-package sbcl-dbi))
(define-public sbcl-dbus
- (let ((commit "24b452df3a45ca5dc95015500f34baad175c981a")
+ (let ((commit "8bba6a0942232e9d7fa915b33bbe32dfedc5abb9")
(revision "1"))
(package
(name "sbcl-dbus")
- (version (git-version "20190408" revision commit))
+ (version (git-version "20231105" revision commit))
(home-page "https://github.com/death/dbus")
(source
(origin
@@ -13615,7 +13615,7 @@ (define-public sbcl-dbus
(file-name (git-file-name name version))
(sha256
(base32
- "0fw2q866yddbf23nk9pxphm9gsasx35vjyss82xzvndnjmzlqfl5"))))
+ "1y880074m9g0swxrzpbplmkdxc6r62gzyigglf4x2i0zyss3gf65"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
base-commit: 9edb4fe373893becde2ce3e6703b33093fd0b04a
--
2.47.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#75539] [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09
2025-01-13 17:42 [bug#75539] [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09 Junker
@ 2025-01-13 20:22 ` jgart via Guix-patches via
2025-01-13 21:48 ` [bug#75539] [PATCH] gnu: sbcl-dbus: Update to 20231105-2.8bba6a09 Junker
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: jgart via Guix-patches via @ 2025-01-13 20:22 UTC (permalink / raw)
To: 75539; +Cc: Junker
Hi, can you also bump the revision variable?
--
all the best,
jgart
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#75539] [PATCH] gnu: sbcl-dbus: Update to 20231105-2.8bba6a09
2025-01-13 17:42 [bug#75539] [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09 Junker
2025-01-13 20:22 ` jgart via Guix-patches via
@ 2025-01-13 21:48 ` Junker
2025-01-18 10:47 ` [bug#75539] (no subject) Junker
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Junker @ 2025-01-13 21:48 UTC (permalink / raw)
To: 75539
Change-Id: I3c5acab0a6c783f65d6b3cde2af2e4c27a334b26
---
gnu/packages/lisp-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0e799e1a8e..46ad04030e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13600,11 +13600,11 @@ (define-public ecl-dbi
(sbcl-package->ecl-package sbcl-dbi))
(define-public sbcl-dbus
- (let ((commit "24b452df3a45ca5dc95015500f34baad175c981a")
- (revision "1"))
+ (let ((commit "8bba6a0942232e9d7fa915b33bbe32dfedc5abb9")
+ (revision "2"))
(package
(name "sbcl-dbus")
- (version (git-version "20190408" revision commit))
+ (version (git-version "20231105" revision commit))
(home-page "https://github.com/death/dbus")
(source
(origin
@@ -13615,7 +13615,7 @@ (define-public sbcl-dbus
(file-name (git-file-name name version))
(sha256
(base32
- "0fw2q866yddbf23nk9pxphm9gsasx35vjyss82xzvndnjmzlqfl5"))))
+ "1y880074m9g0swxrzpbplmkdxc6r62gzyigglf4x2i0zyss3gf65"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
base-commit: 9edb4fe373893becde2ce3e6703b33093fd0b04a
--
2.47.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [bug#75539] (no subject)
2025-01-13 17:42 [bug#75539] [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09 Junker
2025-01-13 20:22 ` jgart via Guix-patches via
2025-01-13 21:48 ` [bug#75539] [PATCH] gnu: sbcl-dbus: Update to 20231105-2.8bba6a09 Junker
@ 2025-01-18 10:47 ` Junker
2025-01-18 14:23 ` Nicolas Graves via Guix-patches via
2025-01-30 23:00 ` [bug#75539] [PATCH v3] gnu: sbcl-dbus: Update to 20231105-2.8bba6a09 Junker
2025-02-04 14:45 ` bug#75539: [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09 Sharlatan Hellseher
4 siblings, 1 reply; 8+ messages in thread
From: Junker @ 2025-01-18 10:47 UTC (permalink / raw)
To: 75539
This is my first patch, and I would appreciate any feedback you might have.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#75539] (no subject)
2025-01-18 10:47 ` [bug#75539] (no subject) Junker
@ 2025-01-18 14:23 ` Nicolas Graves via Guix-patches via
2025-01-18 14:31 ` Nicolas Graves via Guix-patches via
0 siblings, 1 reply; 8+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2025-01-18 14:23 UTC (permalink / raw)
To: Junker, 75539
On 2025-01-18 13:47, Junker wrote:
> This is my first patch, and I would appreciate any feedback you might
> have.
When you send patches once again, don't forget a -v2 flag ;)
Not familiar with CL, but the package builds fine, and the only lint is
a warning. Looks good to me ;)
Welcome!
--
Best regards,
Nicolas Graves
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#75539] (no subject)
2025-01-18 14:23 ` Nicolas Graves via Guix-patches via
@ 2025-01-18 14:31 ` Nicolas Graves via Guix-patches via
0 siblings, 0 replies; 8+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2025-01-18 14:31 UTC (permalink / raw)
To: Junker, 75539
On 2025-01-18 15:23, Nicolas Graves wrote:
> On 2025-01-18 13:47, Junker wrote:
>
>> This is my first patch, and I would appreciate any feedback you might
>> have.
>
> When you send patches once again, don't forget a -v2 flag ;)
>
> Not familiar with CL, but the package builds fine, and the only lint is
> a warning. Looks good to me ;)
>
> Welcome!
Sorry, you also forgot to add the description of you changes. It
usually starts at line 3. You can see more about that at :
https://www.gnu.org/prep/standards/html_node/Change-Logs.html
For instance, on a recent commit:
* gnu/packages/dictionaries.scm (gcide): Update to 0.54.
If you use emacs, there are some yasnippets or tempel snippets you can
use, in guix's source etc directory.
--
Best regards,
Nicolas Graves
^ permalink raw reply [flat|nested] 8+ messages in thread
* [bug#75539] [PATCH v3] gnu: sbcl-dbus: Update to 20231105-2.8bba6a09.
2025-01-13 17:42 [bug#75539] [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09 Junker
` (2 preceding siblings ...)
2025-01-18 10:47 ` [bug#75539] (no subject) Junker
@ 2025-01-30 23:00 ` Junker
2025-02-04 14:45 ` bug#75539: [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09 Sharlatan Hellseher
4 siblings, 0 replies; 8+ messages in thread
From: Junker @ 2025-01-30 23:00 UTC (permalink / raw)
To: 75539
* gnu/packages/lisp-xyz.scm (sbcl-dbus): Update to 20231105-2.8bba6a09.
[source] fix file-name
Change-Id: I36c432e9bd694d8d90af96deb0c7e0ad4b0fb17f
---
gnu/packages/lisp-xyz.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0e799e1a8e..73fb6a5799 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13600,11 +13600,11 @@ (define-public ecl-dbi
(sbcl-package->ecl-package sbcl-dbi))
(define-public sbcl-dbus
- (let ((commit "24b452df3a45ca5dc95015500f34baad175c981a")
- (revision "1"))
+ (let ((commit "8bba6a0942232e9d7fa915b33bbe32dfedc5abb9")
+ (revision "2"))
(package
(name "sbcl-dbus")
- (version (git-version "20190408" revision commit))
+ (version (git-version "20231105" revision commit))
(home-page "https://github.com/death/dbus")
(source
(origin
@@ -13612,10 +13612,10 @@ (define-public sbcl-dbus
(uri (git-reference
(url home-page)
(commit commit)))
- (file-name (git-file-name name version))
+ (file-name (git-file-name "cl-dbus" version))
(sha256
(base32
- "0fw2q866yddbf23nk9pxphm9gsasx35vjyss82xzvndnjmzlqfl5"))))
+ "1y880074m9g0swxrzpbplmkdxc6r62gzyigglf4x2i0zyss3gf65"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria
base-commit: 9edb4fe373893becde2ce3e6703b33093fd0b04a
--
2.48.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* bug#75539: [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09
2025-01-13 17:42 [bug#75539] [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09 Junker
` (3 preceding siblings ...)
2025-01-30 23:00 ` [bug#75539] [PATCH v3] gnu: sbcl-dbus: Update to 20231105-2.8bba6a09 Junker
@ 2025-02-04 14:45 ` Sharlatan Hellseher
4 siblings, 0 replies; 8+ messages in thread
From: Sharlatan Hellseher @ 2025-02-04 14:45 UTC (permalink / raw)
To: 75539-done
[-- Attachment #1: Type: text/plain, Size: 104 bytes --]
Hi,
Pushed to master as
96a8a41f608 * master gnu: sbcl-dbus: Update to 20231105-2.8bba6a09.
--
Oleg
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-02-04 15:05 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-13 17:42 [bug#75539] [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09 Junker
2025-01-13 20:22 ` jgart via Guix-patches via
2025-01-13 21:48 ` [bug#75539] [PATCH] gnu: sbcl-dbus: Update to 20231105-2.8bba6a09 Junker
2025-01-18 10:47 ` [bug#75539] (no subject) Junker
2025-01-18 14:23 ` Nicolas Graves via Guix-patches via
2025-01-18 14:31 ` Nicolas Graves via Guix-patches via
2025-01-30 23:00 ` [bug#75539] [PATCH v3] gnu: sbcl-dbus: Update to 20231105-2.8bba6a09 Junker
2025-02-04 14:45 ` bug#75539: [PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09 Sharlatan Hellseher
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).