all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68106] [PATCH] gnu: cl-esrap: Update to 0.18-4.d806138.
@ 2023-12-29 12:43 Paul A. Patience
  2024-01-04 10:51 ` bug#68106: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Paul A. Patience @ 2023-12-29 12:43 UTC (permalink / raw)
  To: 68106; +Cc: Paul A. Patience

* gnu/packages/lisp-xyz.scm (sbcl-esrap): Update to 0.18-4.d806138.
  [file-name]: Move above sha256.

Change-Id: I6ed3edf813bdbb4a7dd88a0345b2c02ec61df20b
---
 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 1625197550..ed4fe1de22 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3152,8 +3152,8 @@ (define-public ecl-calm
   (sbcl-package->ecl-package sbcl-calm))
 
 (define-public sbcl-esrap
-  (let ((commit "4c82a863871e117f0041b9ef37e61c0b62318aa7")
-        (revision "3"))
+  (let ((commit "d806138342a6b27327649fd5f36e0fe2e0966867")
+        (revision "4"))
     (package
       (name "sbcl-esrap")
       (version (git-version "0.18" revision commit))
@@ -3163,9 +3163,9 @@ (define-public sbcl-esrap
          (uri (git-reference
                (url "https://github.com/scymtym/esrap")
                (commit commit)))
+         (file-name (git-file-name "cl-esrap" version))
          (sha256
-          (base32 "16nc3rhxd61xabja1h9akqqva0cmz2gxk0bkaqy10h492wx93d81"))
-         (file-name (git-file-name "cl-esrap" version))))
+          (base32 "0gs0mfamldhaihnlk0qxg2q4bl8bamq68dif9js9fkl8apg3iykl"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        (list sbcl-fiveam))

base-commit: d4cef7edffe0283949fc0f06d7796cea3543b92f
-- 
2.41.0






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

* bug#68106: [PATCH] gnu: cl-esrap: Update to 0.18-4.d806138.
  2023-12-29 12:43 [bug#68106] [PATCH] gnu: cl-esrap: Update to 0.18-4.d806138 Paul A. Patience
@ 2024-01-04 10:51 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-01-04 10:51 UTC (permalink / raw)
  To: Paul A. Patience; +Cc: 68106-done

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

Patch applied as 1eccfd2b01cf5d257a9861c291553d8d5d0fb65a.
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 10:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-29 12:43 [bug#68106] [PATCH] gnu: cl-esrap: Update to 0.18-4.d806138 Paul A. Patience
2024-01-04 10:51 ` bug#68106: " 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.