[PATCH]: Update sbcl-misc-extensions to 4.0.3

  • Done
  • quality assurance status badge
Details
2 participants
  • André A. Gomes
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
André A. Gomes
Severity
normal
A
A
André A. Gomes wrote on 25 May 17:11 +0200
(address . guix-patches@gnu.org)
87zfse6i4u.fsf@gmail.com
Attached, thanks.


--
André A. Gomes
"You cannot even find the ruins..."
From 7cbbcbbb741811a45c5ee638c9a2e370ff5bda89 Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Sat, 25 May 2024 18:10:54 +0300
Subject: [PATCH] gnu: sbcl-misc-extensions: Update to 4.0.3.

* gnu/packages/lisp-xyz.scm (sbcl-misc-extensions): Update to 4.0.3.
---
gnu/packages/lisp-xyz.scm | 40 +++++++++++++++++++--------------------
1 file changed, 19 insertions(+), 21 deletions(-)

Toggle diff (60 lines)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7d9dc45f55..78ed471396 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -11994,25 +11994,23 @@ (define-public ecl-tar
(sbcl-package->ecl-package sbcl-tar))
(define-public sbcl-misc-extensions
- (let ((commit "101c05112bf2f1e1bbf527396822d2f50ca6327a")
- (revision "1"))
- (package
- (name "sbcl-misc-extensions")
- (version (git-version "3.3" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://gitlab.common-lisp.net/misc-extensions/devel.git")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0gz5f4p70qzilnxsnf5lih2n9m4wjcw8hlw4w8mpn9jyhyppyyv0"))))
- (build-system asdf-build-system/sbcl)
- (synopsis "Collection of small macros and extensions for Common Lisp")
- (description
- "This project is intended as a catchall for small, general-purpose
+ (package
+ (name "sbcl-misc-extensions")
+ (version "4.0.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.common-lisp.net/misc-extensions/misc-extensions.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "02hw5k7zfzs736dhpcii8ncvx3ia4l5byw5ngzmhydqscbi4hcvc"))))
+ (build-system asdf-build-system/sbcl)
+ (synopsis "Collection of small macros and extensions for Common Lisp")
+ (description
+ "This project is intended as a catchall for small, general-purpose
extensions to Common Lisp. It contains:
@itemize
@@ -12020,8 +12018,8 @@ (define-public sbcl-misc-extensions
@code{let*} and @code{multiple-value-bind},
@item @code{gmap}, an iteration macro that generalizes @code{map}.
@end itemize\n")
- (home-page "https://common-lisp.net/project/misc-extensions/")
- (license license:public-domain))))
+ (home-page "https://common-lisp.net/project/misc-extensions/")
+ (license license:public-domain)))
(define-public cl-misc-extensions
(sbcl-package->cl-source-package sbcl-misc-extensions))
--
2.41.0
G
G
Guillaume Le Vaillant wrote on 25 May 21:48 +0200
(name . André A. Gomes)(address . andremegafone@gmail.com)(address . 71198-done@debbugs.gnu.org)
87sey5ad1b.fsf@kitej
Patch applied as 888d5268229e59b94c1e2616087bec4ca9d09a66.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZlJAgA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j9g2gD/UVejMrWV/IVuuiEG9BxPsafWrNUc5IGUDYYt
wSZxb20A/29qkOxOlQ6Yn+Bc004ME9QgjLt63vDbc/7+kuGEFuZ3
=xSU+
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 71198
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