This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 07df03f1ca gnu: sbcl-depot: Update to 1.0.0-2.6b46c7d.
07df03f1ca is described below

commit 07df03f1cabb22c270ef6c223010a16f123ec91e
Author: Omar Bassam <[email protected]>
AuthorDate: Tue Jan 20 19:55:55 2026 +0200

    gnu: sbcl-depot: Update to 1.0.0-2.6b46c7d.
    
    * gnu/packages/lisp-xyz.scm (sbcl-depot): Update to 1.0.0-2.6b46c7d.
    [source]: Update to use new source url.
    [home-page]: Update to use new homepage url.
    
    Change-Id: I8aa88ec75afa826e11f9b74badbb5050ca22c7e4
    Signed-off-by: jgart <[email protected]>
---
 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 2602abb35a..f18eed00fa 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14771,8 +14771,8 @@ applications with foreign library dependencies that run 
some kind of GUI.")
   (sbcl-package->ecl-package sbcl-deploy))
 
 (define-public sbcl-depot
-  (let ((commit "73822d9f480cbad00971b45ee80117297a67fb53")
-        (revision "1"))
+  (let ((commit "6b46c7d85475bb3869589a73fa7dce8614e6f2f7")
+        (revision "2"))
     (package
       (name "sbcl-depot")
       (version (git-version "1.0.0" revision commit))
@@ -14780,10 +14780,10 @@ applications with foreign library dependencies that 
run some kind of GUI.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/Shinmera/depot/";)
+               (url "https://codeberg.org/shinmera/depot";)
                (commit commit)))
          (sha256
-          (base32 "1v42pirdwbxy8l8i9a2jmbpri8a62vh0r4vm25xwaak0y4gr71va"))
+          (base32 "0ka6lan77phinhw66jbzl4xpngyfwk67rhzaxf4vv13f5ajdi2gb"))
          (file-name (git-file-name "depot" version))))
       (build-system asdf-build-system/sbcl)
       (inputs
@@ -14793,7 +14793,7 @@ applications with foreign library dependencies that run 
some kind of GUI.")
              sbcl-trivial-features
              sbcl-trivial-gray-streams
              sbcl-zippy))
-      ;; TODO: Some 6 tests fail, why?  See 
https://github.com/Shinmera/depot/issues/2.
+      ;; TODO: Some 6 tests fail, why?  See 
https://codeberg.org/shinmera/depot/issues/2.
       (arguments
        '(#:asd-systems '("depot"
                          "depot-in-memory"
@@ -14806,7 +14806,7 @@ that have several attributes, and a central data 
payload.  Most notably this
 includes the OS filesystem, but can also be used to address other
 filesystem-like things like archives, object stores, etc. in the same
 manner.")
-      (home-page "https://shinmera.github.io/depot/";)
+      (home-page "https://codeberg.org/Shinmera/depot";)
       (license license:zlib))))
 
 (define-public cl-depot

Reply via email to