all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 68122@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#68122] [PATCH] gnu: cl-atomics: Update to 1.0.0-2.b747702.
Date: Sat, 30 Dec 2023 01:50:41 +0000	[thread overview]
Message-ID: <84c5f6d6d1591ae7262e8b8ab7d831fa57c7cd20.1703901010.git.paul@apatience.com> (raw)

* 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






             reply	other threads:[~2023-12-30  1:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-30  1:50 Paul A. Patience [this message]
2024-01-04 14:14 ` bug#68122: [PATCH] gnu: cl-atomics: Update to 1.0.0-2.b747702 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=84c5f6d6d1591ae7262e8b8ab7d831fa57c7cd20.1703901010.git.paul@apatience.com \
    --to=paul@apatience.com \
    --cc=68122@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.