all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "André A. Gomes" <andremegafone@gmail.com>
To: 71198@debbugs.gnu.org
Subject: [bug#71198] [PATCH]: Update sbcl-misc-extensions to 4.0.3
Date: Sat, 25 May 2024 18:11:45 +0300	[thread overview]
Message-ID: <87zfse6i4u.fsf@gmail.com> (raw)

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

Attached, thanks.


-- 
André A. Gomes
"You cannot even find the ruins..."

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-sbcl-misc-extensions-Update-to-4.0.3.patch --]
[-- Type: text/x-patch, Size: 2712 bytes --]

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

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


             reply	other threads:[~2024-05-25 15:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-25 15:11 André A. Gomes [this message]
2024-05-25 19:48 ` bug#71198: [PATCH]: Update sbcl-misc-extensions to 4.0.3 Guillaume Le Vaillant

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=87zfse6i4u.fsf@gmail.com \
    --to=andremegafone@gmail.com \
    --cc=71198@debbugs.gnu.org \
    /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.