GNU bug report logs - #68080
[PATCH] gnu: cl-mgl-pax: Update to 0.1.0-1.6782eb0.

Previous Next

Package: guix-patches;

Reported by: "Paul A. Patience" <paul <at> apatience.com>

Date: Thu, 28 Dec 2023 12:41:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Paul A. Patience" <paul <at> apatience.com>
Subject: bug#68080: closed (Re: [bug#68080] [PATCH] gnu: cl-mgl-pax:
 Update to 0.1.0-1.6782eb0.)
Date: Fri, 29 Dec 2023 09:38:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#68080: [PATCH] gnu: cl-mgl-pax: Update to 0.1.0-1.6782eb0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 68080 <at> debbugs.gnu.org.

-- 
68080: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68080
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: "Paul A. Patience" <paul <at> apatience.com>
Cc: 68080-done <at> debbugs.gnu.org
Subject: Re: [bug#68080] [PATCH] gnu: cl-mgl-pax: Update to 0.1.0-1.6782eb0.
Date: Fri, 29 Dec 2023 09:36:47 +0000
[Message part 3 (text/plain, inline)]
Patch applied as fdc6ff3326eb4d11f9787d9f1d892525fe546745.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: "Paul A. Patience" <paul <at> apatience.com>
To: guix-patches <at> gnu.org
Cc: "Paul A. Patience" <paul <at> apatience.com>
Subject: [PATCH] gnu: cl-mgl-pax: Update to 0.1.0-1.6782eb0.
Date: Thu, 28 Dec 2023 12:39:27 +0000
* gnu/packages/lisp-xyz.scm (sbcl-mgl-pax): Update to 0.1.0-1.6782eb0.
  [inputs]: Add sbcl-trivial-utf-8.

Change-Id: I0d78ec4cca4924703adfabfa0e536933f345256d
---
 gnu/packages/lisp-xyz.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 4daf7afd84..252a2cf7a0 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3666,8 +3666,8 @@ (define-public ecl-slime-swank
   (sbcl-package->ecl-package sbcl-slime-swank))
 
 (define-public sbcl-mgl-pax
-  (let ((commit "ed82a80207b70801fab061f6592cf7d7355294a6")
-        (revision "0"))
+  (let ((commit "6782eb041c152721972420dfafa192692d16b7ce")
+        (revision "1"))
     (package
       (name "sbcl-mgl-pax")
       (version (git-version "0.1.0" revision commit))
@@ -3678,7 +3678,7 @@ (define-public sbcl-mgl-pax
                (url "https://github.com/melisgl/mgl-pax")
                (commit commit)))
          (sha256
-          (base32 "008wfa70q68cj6npi4107mfjhjzfjmvrhm1x51jpndsn2165c5bx"))
+          (base32 "0fjbzc2fn17m80lfsc8121sa0bk7fg42fqlwhm01sk1fj4s48pma"))
          (file-name (git-file-name "cl-mgl-pax" version))))
       (build-system asdf-build-system/sbcl)
       ;; (native-inputs
@@ -3690,7 +3690,8 @@ (define-public sbcl-mgl-pax
              sbcl-md5
              sbcl-named-readtables
              sbcl-pythonic-string-reader
-             sbcl-slime-swank))
+             sbcl-slime-swank
+             sbcl-trivial-utf-8))
       (arguments
        `(#:asd-systems '("mgl-pax"
                          "mgl-pax/navigate"

base-commit: bc509aba838780502b83f7fc3d2aee72903656f2
-- 
2.41.0





This bug report was last modified 1 year and 227 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.