all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68122] [PATCH] gnu: cl-atomics: Update to 1.0.0-2.b747702.
@ 2023-12-30  1:50 Paul A. Patience
  2024-01-04 14:14 ` bug#68122: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2023-12-30  1:50 UTC (permalink / raw)
  To: 68122; +Cc: Paul A. Patience

* gnu/packages/lisp-xyz.scm (sbcl-atomics): Update to 1.0.0-2.b747702.

Change-Id: I288ce4c336f7347ed596897afa24cd2669a94a4e
---
 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 1625197550..4b7037d3a4 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -21733,8 +21733,8 @@ (define-public cl-binding-arrows
 
 (define-public sbcl-atomics
   ;; No release in years.
-  (let ((commit "9ee0bdebcd2bb9b242671a75460db13fbf45454c")
-        (revision "1"))
+  (let ((commit "b7477024894e322bff9c85e6d81e5e8d1d4eae59")
+        (revision "2"))
     (package
       (name "sbcl-atomics")
       (version (git-version "1.0.0" revision commit))
@@ -21746,7 +21746,7 @@ (define-public sbcl-atomics
                (commit commit)))
          (file-name (git-file-name "atomics" version))
          (sha256
-          (base32 "0mp5jdqq0aamdhgnvw149cqqi3zg7dkkibp25qi4rafw1fnpd40z"))))
+          (base32 "1ah6fgvfva0axnhj4sp1qy6gjyw41fkhpnv998di0wbp6hls8j39"))))
       (build-system asdf-build-system/sbcl)
       (inputs
        (list sbcl-documentation-utils))

base-commit: d4cef7edffe0283949fc0f06d7796cea3543b92f
-- 
2.41.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68122: [PATCH] gnu: cl-atomics: Update to 1.0.0-2.b747702.
  2023-12-30  1:50 [bug#68122] [PATCH] gnu: cl-atomics: Update to 1.0.0-2.b747702 Paul A. Patience
@ 2024-01-04 14:14 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-01-04 14:14 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 68122-done

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]

Patch applied as a37beb4ef6e889d34d4e1a5e151ef5588ceec9f3.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-04 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30  1:50 [bug#68122] [PATCH] gnu: cl-atomics: Update to 1.0.0-2.b747702 Paul A. Patience
2024-01-04 14:14 ` bug#68122: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.