unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#71198] [PATCH]: Update sbcl-misc-extensions to 4.0.3
@ 2024-05-25 15:11 André A. Gomes
  2024-05-25 19:48 ` bug#71198: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2024-05-25 15:11 UTC (permalink / raw)
  To: 71198

[-- 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


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

* bug#71198: [PATCH]: Update sbcl-misc-extensions to 4.0.3
  2024-05-25 15:11 [bug#71198] [PATCH]: Update sbcl-misc-extensions to 4.0.3 André A. Gomes
@ 2024-05-25 19:48 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-05-25 19:48 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 71198-done

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

Patch applied as 888d5268229e59b94c1e2616087bec4ca9d09a66.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2024-05-25 19:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-25 15:11 [bug#71198] [PATCH]: Update sbcl-misc-extensions to 4.0.3 André A. Gomes
2024-05-25 19:48 ` bug#71198: " Guillaume Le Vaillant

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