all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Carlo Zancanaro <carlo@zancanaro.id.au>
To: Sharlatan Hellseher <sharlatanus@gmail.com>
Cc: 69129@debbugs.gnu.org, Guillaume Le Vaillant <glv@posteo.net>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	Sharlatan Hellseher <sharlatanus@gmail.com>,
	jgart <jgart@dismail.de>
Subject: bug#69129: [PATCH v2 1/2] gnu: sbcl-mcclim: Update to 0.9.8.
Date: Sat, 17 Feb 2024 23:02:39 +1100	[thread overview]
Message-ID: <a4361e26c1595fe43df9e1610b1cf2fed2998d76.1708171359.git.carlo@zancanaro.id.au> (raw)
In-Reply-To: <CAO+9K5peqzZSLBCtHELk3Z_yri3DA7YJRLpp=OHu5WTS5C9A6A@mail.gmail.com>

* gnu/packages/lisp-xyz.scm (sbcl-mcclim): Update to 0.9.8, and add
sbcl-cluffer and sbcl-lorem-ipsum inputs.

Change-Id: I35bed62483973e2dd6f6f142df096abf765b4208
---
 gnu/packages/lisp-xyz.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 045a3e939a..5a8108e811 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15481,20 +15481,19 @@ (define-public ecl-dejavu
   (sbcl-package->ecl-package sbcl-cl-dejavu))
 
 (define-public sbcl-mcclim
-  (let ((commit "ece91cf035e2ccb1c6eb0bb867ae2bc45f627982")
-        (revision "3"))
+  (let ((commit #f)) ; avoiding changing indentation
     (package
       (name "sbcl-mcclim")
-      (version (git-version "0.9.7" revision commit))
+      (version "0.9.8")
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
                (url "https://codeberg.org/McCLIM/McCLIM")
-               (commit commit)))
+               (commit "0.9.8-yule")))
          (file-name (git-file-name "cl-mcclim" version))
          (sha256
-          (base32 "0prn4f0nz604ykcg8004f1vndgjm7181wrlblq6mhasphca28c2k"))))
+          (base32 "0gbi61jnnsz6fvhv18mf57jkq46bvcd0355vqdcnrni7xyi10sk8"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        (list sbcl-fiveam pkg-config))
@@ -15514,10 +15513,12 @@ (define-public sbcl-mcclim
              sbcl-cl-vectors
              sbcl-cl-who
              sbcl-closer-mop
+             sbcl-cluffer
              sbcl-clx
              sbcl-flexi-streams
              sbcl-flexichain
              sbcl-log4cl
+             sbcl-lorem-ipsum
              sbcl-opticl
              sbcl-slime-swank
              sbcl-spatial-trees

base-commit: 91d80460296e2d5a01704d0f34fb966a45a165ae
-- 
2.41.0





  reply	other threads:[~2024-02-17 12:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-14 17:29 bug#69129: sbcl-mcclim broke on upgrade to sbcl@2.4.0 Christopher Howard
2024-02-15 10:28 ` Guillaume Le Vaillant
2024-02-15 15:31   ` Christopher Howard
2024-02-16 19:40     ` Guillaume Le Vaillant
2024-02-17 11:24       ` bug#69129: [PATCH] gnu: sbcl-mcclim: Update to 0.9.8 Carlo Zancanaro
2024-02-17 11:40         ` Sharlatan Hellseher
2024-02-17 12:02           ` Carlo Zancanaro [this message]
2024-02-17 12:02           ` bug#69129: [PATCH v2 2/2] gnu: sbcl-mcclim: Reformatting Carlo Zancanaro
2024-02-17 12:58 ` bug#69129: sbcl-mcclim broke on upgrade to sbcl@2.4.0 Sharlatan Hellseher
2024-02-18  3:14   ` Carlo Zancanaro
2024-02-18 14:35 ` Sharlatan Hellseher

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=a4361e26c1595fe43df9e1610b1cf2fed2998d76.1708171359.git.carlo@zancanaro.id.au \
    --to=carlo@zancanaro.id.au \
    --cc=69129@debbugs.gnu.org \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=glv@posteo.net \
    --cc=jgart@dismail.de \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    /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.