[PATCH] gnu: Update sbcl-nclasses to 0.6.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Artyom Bologov
Owner
unassigned
Submitted by
Artyom Bologov
Severity
normal

Debbugs page

Artyom Bologov wrote 2 years ago
(name . Guix patches)(address . guix-patches@gnu.org)
87mt0z4df4.fsf@aartaka.me
Hi Guix,

Find the patch for sbcl-nclasses 0.6.0 attached.
From da16c04884a164f1532c9075408f91938ac28613 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <aartaka@protonmail.com>
Date: Fri, 16 Jun 2023 19:45:08 +0400
Subject: [PATCH] gnu: Update sbcl-nclasses to 0.6.0.

* gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.6.0.
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 16deb85e5e..61f0414fac 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25684,7 +25684,7 @@ (define-public cl-nasdf
(define-public sbcl-nclasses
(package
(name "sbcl-nclasses")
- (version "0.5.0")
+ (version "0.6.0")
(source
(origin
(method git-fetch)
@@ -25694,7 +25694,7 @@ (define-public sbcl-nclasses
(file-name (git-file-name "cl-nclasses" version))
(sha256
(base32
- "0aym0m12s5px139ragna0pr8jan8bx3akhjgamj6h0y28xksziji"))
+ "0kp5wim5frr4l52rgchaz1cj74daqngagrz3r0lgasii6bwlzsi6"))
(modules '((guix build utils)))
(snippet
`(begin
--
2.40.1
Thanks,
--
Artyom Bologov.
Guillaume Le Vaillant wrote 2 years ago
(name . Artyom Bologov)(address . mail@aartaka.me)(address . 64110-done@debbugs.gnu.org)
87mt0ye8sb.fsf@kitej
Patch applied as 23f77bd7b87ac6cc844b6fb6a0f0e383677d562e.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZI19BA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/XugD/ePs5wxVvNchPflZvHV1Lgvm/vHTPakklc98b
ErcjVlsBAJcpwQeVR8hVgFM/fjh2/OATnKpIwW2c0B7KuJtiCfaJ
=k70R
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64110@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64110
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help