guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 441cc3658cfd0658d67c6e72e998257af6c7e3e3
Author: jgart <[email protected]>
AuthorDate: Fri Jan 30 02:14:52 2026 -0500
gnu: sbcl-messagebox: Update to 1.0.0-2.0bdec8e.
* gnu/packages/lisp-xyz.scm (sbcl-messagebox): Update to 1.0.0-2.0bdec8e.
[source]: Update url.
[home-page]: Update url.
Change-Id: Ief1138fe694386a2896566c58970516ad21ef816
---
gnu/packages/lisp-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4c59eea4ad..9abb95819b 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -22827,8 +22827,8 @@ RFC 1321 by R. Rivest, published April 1992.")
(list ecl-flexi-streams))))
(define-public sbcl-messagebox
- (let ((commit "ea3688d9a9954bee7079c0173bc7b3f327021e9f")
- (revision "1"))
+ (let ((commit "0bdec8ee00619a7a516b89628811793908d1e926")
+ (revision "2"))
(package
(name "sbcl-messagebox")
(version (git-version "1.0.0" revision commit))
@@ -22836,11 +22836,11 @@ RFC 1321 by R. Rivest, published April 1992.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/Shinmera/messagebox")
- (commit commit)))
+ (url "https://codeberg.org/shinmera/messagebox")
+ (commit commit)))
(file-name (git-file-name "messagebox" version))
(sha256
- (base32 "0jkbzlca0wvspgsfj0b0hjwlyyy8jlywsldsbkp79q48fc3aa8jd"))))
+ (base32 "0i8j8sxggsqlglyyinjcgpris02s2vwc7rsmgn10slp03nqfhdc0"))))
(build-system asdf-build-system/sbcl)
(arguments
`(#:phases
@@ -22855,7 +22855,7 @@ RFC 1321 by R. Rivest, published April 1992.")
(list sbcl-documentation-utils
sbcl-trivial-features
zenity))
- (home-page "https://shinmera.github.io/messagebox/")
+ (home-page "https://shinmera.com/docs/messagebox/")
(synopsis "Display a native GUI message box")
(description
"This is a small library to display a native GUI message box. This can
be