[PATCH] gnu: sbcl-dbus: Update to 20231105-1.8bba6a09

  • Open
  • quality assurance status badge
Details
2 participants
  • Junker
  • jgart
Owner
unassigned
Submitted by
Junker
Severity
normal
J
J
Junker wrote 4 days ago
(address . guix-patches@gnu.org)
539afd690076238180d2422fd68e9262dfc65d2d.1736775510.git.dk@junkeria.club
Change-Id: I7bce4b64a389d58dfe56fb7e888e0a53a75cb153
---
gnu/packages/lisp-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (31 lines)
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
J
J
jgart wrote 4 days ago
(address . 75539@debbugs.gnu.org)(name . Junker)(address . dk@junkeria.club)
87r056mpl2.fsf@dismail.de
Hi, can you also bump the revision variable?
--
all the best,
jgart
J
J
Junker wrote 4 days ago
[PATCH] gnu: sbcl-dbus: Update to 20231105-2.8bba6a09
(address . 75539@debbugs.gnu.org)
9b7fc15fbff26dfe48bb30b4d08f9467a9cfdb98.1736804634.git.dk@junkeria.club
Change-Id: I3c5acab0a6c783f65d6b3cde2af2e4c27a334b26
---
gnu/packages/lisp-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (32 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 75539
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