GNU bug report logs - #53887
[PATCH] gnu: cl-numcl: Update to 20211121.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Wed, 9 Feb 2022 00:24: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: jgart <jgart <at> dismail.de>
Subject: bug#53887: closed (Re: [bug#53887] [PATCH] gnu: cl-numcl: Update
 to 20211121.)
Date: Thu, 10 Feb 2022 16:16:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#53887: [PATCH] gnu: cl-numcl: Update to 20211121.

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 53887 <at> debbugs.gnu.org.

-- 
53887: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53887
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: jgart <jgart <at> dismail.de>
Cc: 53887-done <at> debbugs.gnu.org
Subject: Re: [bug#53887] [PATCH] gnu: cl-numcl: Update to 20211121.
Date: Thu, 10 Feb 2022 16:14:27 +0000
Patch pushed as 62c2991c9037bf039bedadfd69b2b1be8300b9d7.
Thanks.

[Message part 3 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: cl-numcl: Update to 20211121.
Date: Tue,  8 Feb 2022 19:23:29 -0500
* gnu/packages/lisp-xyz.scm (cl-numcl): Update to 20211121.
---
 gnu/packages/lisp-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 3a0a574254..e40a215158 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -9642,8 +9642,8 @@ (define-public ecl-gtype
          ((#:tests? _ #f) #f))))))
 
 (define-public sbcl-numcl
-  (let ((commit "3dcdb0e24a33943d6c3a188ecbb0c78003bf975c")
-        (revision "2"))
+  (let ((commit "a28f612d072e5f93137584de5155a42243b3bd6b")
+        (revision "3"))
     (package
       (name "sbcl-numcl")
       (version (git-version "0.2.0" revision commit))
@@ -9655,7 +9655,7 @@ (define-public sbcl-numcl
                (commit commit)))
          (file-name (git-file-name "numcl" version))
          (sha256
-          (base32 "17m1rx1gfjbbmgjsf33b8s4bygfsj1hb6kvmypkql21qzjvx60nl"))))
+          (base32 "15m4spbgayawnw5jjz04zfp0jnk9g6hgq5fmr648hzjzj50j1d78"))))
       (build-system asdf-build-system/sbcl)
       (arguments
        `(#:test-asd-file "numcl.test.asd"
-- 
2.35.0




This bug report was last modified 3 years and 104 days ago.

Previous Next


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