guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8a6cc46a624213b8c1b1d85011ae5323b50bd2cc
Author: Omar Bassam <[email protected]>
AuthorDate: Sun Oct 12 10:37:34 2025 +0300

    gnu: sbcl-atomics: Update to 1.0.0-3-b747702.
    
    * gnu/packages/lisp-xyz.scm (sbcl-atomics): Update to 1.0.0-3-b747702.
    [source]: Update to use new source url.
    [home-page]: Update to use new homepage url.
    
    Change-Id: I2dd7dabd49f9dcfbb036c5e4ec5e4eebbc36e53d
    Signed-off-by: Omar Bassam <[email protected]>
    Signed-off-by: jgart <[email protected]>
---
 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 61741f85cc..26a0dbb65f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1948,8 +1948,8 @@ synchronization latency.")
 
 (define-public sbcl-atomics
   ;; No release in years.
-  (let ((commit "b7477024894e322bff9c85e6d81e5e8d1d4eae59")
-        (revision "2"))
+  (let ((commit "5b36bf251fee2f80e34cbf6802c9eb08ce3675f6")
+        (revision "3"))
     (package
       (name "sbcl-atomics")
       (version (git-version "1.0.0" revision commit))
@@ -1957,17 +1957,17 @@ synchronization latency.")
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/Shinmera/atomics";)
+               (url "https://codeberg.org/shinmera/atomics";)
                (commit commit)))
          (file-name (git-file-name "cl-atomics" version))
          (sha256
-          (base32 "1ah6fgvfva0axnhj4sp1qy6gjyw41fkhpnv998di0wbp6hls8j39"))))
+          (base32 "0lmrqn2yzrs1qxd0asjpwk50hdcp2hkkbcpzc4lkm3xbxnwxrwg2"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-documentation-utils))
       (native-inputs
        (list sbcl-parachute))
-      (home-page "https://shinmera.github.io/atomics/";)
+      (home-page "https://shinmera.com/docs/atomics";)
       (synopsis "Common Lisp portability layer for atomic operations")
       (description
        "This is a library for access to atomic operation primitives such as

Reply via email to