unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69607] [PATCH] gnu: cl-agnostic-lizard: Update to 0.0.0-2.fe1a1d7.
@ 2024-03-07  9:30 Paul A. Patience
  2024-03-08  9:21 ` bug#69607: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2024-03-07  9:30 UTC (permalink / raw)
  To: 69607; +Cc: Paul A. Patience

* gnu/packages/lisp-xyz.scm (sbcl-agnostic-lizard): Update to
0.0.0-2.fe1a1d7.

Change-Id: I31e9dbd060d8b510c8e3c28fe791d496268e80f4
---
This fixes loading on Clasp.

 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 6ee8ef22d2..5e539cce73 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17839,8 +17839,8 @@ (define-public ecl-zstd
   (sbcl-package->ecl-package sbcl-zstd))
 
 (define-public sbcl-agnostic-lizard
-  (let ((commit "fe3a73719f05901c8819f8995a3ebae738257952")
-        (revision "1"))
+  (let ((commit "fe1a1d7d80c8b56163754e0e5b3653fd750ad298")
+        (revision "2"))
     (package
       (name "sbcl-agnostic-lizard")
       (version (git-version "0.0.0" revision commit))
@@ -17850,9 +17850,9 @@ (define-public sbcl-agnostic-lizard
          (uri (git-reference
                (url "https://gitlab.common-lisp.net/mraskin/agnostic-lizard")
                (commit commit)))
-         (file-name (git-file-name name version))
+         (file-name (git-file-name "cl-agnostic-lizard" version))
          (sha256
-          (base32 "0ax78y8w4zlp5dcwyhz2nq7j3shi49qn31dkfg8lv2jlg7mkwh2d"))))
+          (base32 "0amzshh6v3mp24j0h2cinv4zvdlg4kih04md5biakwhnmcw4j4pr"))))
       (build-system asdf-build-system/sbcl)
       (synopsis "Almost correct portable code walker for Common Lisp")
       (description

base-commit: 86552708c31e628d98f8ca261edb22c01fbd7445
-- 
2.41.0






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

* bug#69607: [PATCH] gnu: cl-agnostic-lizard: Update to 0.0.0-2.fe1a1d7.
  2024-03-07  9:30 [bug#69607] [PATCH] gnu: cl-agnostic-lizard: Update to 0.0.0-2.fe1a1d7 Paul A. Patience
@ 2024-03-08  9:21 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-03-08  9:21 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 69607-done

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

Patch applied as 61ef4d2adb5a30ba98fb37b4a5626f84e08df567.
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-03-08  9:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-07  9:30 [bug#69607] [PATCH] gnu: cl-agnostic-lizard: Update to 0.0.0-2.fe1a1d7 Paul A. Patience
2024-03-08  9:21 ` bug#69607: " Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).