unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74527] [PATCH] gnu: cl-eclector: Update to 0.10.0.
@ 2024-11-25 12:55 Konrad Hinsen
  2024-11-26 13:08 ` Guillaume Le Vaillant
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Konrad Hinsen @ 2024-11-25 12:55 UTC (permalink / raw)
  To: 74527

* gnu/packages/lisp-xyz.scm (cl-eclector, ecl-eclector, sbcl-eclector):
  Update to 5.3.1.

Change-Id: I4e5c76a26dad87d8a5be90bc612208c301e2b576
---
 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 f9f0e0bdc1..c4b86f2646 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14631,11 +14631,11 @@ (define-public ecl-eazy-gnuplot
   (sbcl-package->ecl-package sbcl-eazy-gnuplot))
 
 (define-public sbcl-eclector
-  (let ((commit "d499b09142c7e39b4ef52e821fa767d5a8d606a0")
+  (let ((commit "28d29445556a0c03178e3daff7a2d8b378fa4340")
         (revision "0"))
     (package
       (name "sbcl-eclector")
-      (version (git-version "0.9.0" revision commit))
+      (version (git-version "0.10.0" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -14644,7 +14644,7 @@ (define-public sbcl-eclector
                (commit commit)))
          (file-name (git-file-name "cl-eclector" version))
          (sha256
-          (base32 "1sg8wmdpm8pcjwk394way5vs2ya3r995lddmi51q9zfn9hmzb7gn"))))
+          (base32 "06qhll5k0hq652gdzvvhcv4amqg9z7qillnn3z9cm8z9sv1n912v"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        (list sbcl-fiveam))

base-commit: bdbf3ab4f0b91b28bf6f6e609cc3d15c05cec3cc
-- 
2.46.0




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

end of thread, other threads:[~2024-11-27 13:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-25 12:55 [bug#74527] [PATCH] gnu: cl-eclector: Update to 0.10.0 Konrad Hinsen
2024-11-26 13:08 ` Guillaume Le Vaillant
2024-11-26 13:57   ` Konrad Hinsen
2024-11-26 14:24     ` Konrad Hinsen
2024-11-26 14:32       ` Guillaume Le Vaillant
2024-11-26 15:44 ` [bug#74527] [PATCH v2 1/3] " Konrad Hinsen
2024-11-27 13:01   ` bug#74527: " Guillaume Le Vaillant
2024-11-26 15:45 ` [bug#74527] [PATCH v2 2/3] gnu: Add cl-nontrivial-gray-streams Konrad Hinsen
2024-11-26 15:45 ` [bug#74527] [PATCH v2 3/3] gnu: cl-common-lisp-jupyter: Update to 1.0 Konrad Hinsen

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).