GNU bug report logs - #70728
[PATCH] gnu:wxmaxima: Update to 24.02.2

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Fri, 3 May 2024 07:13:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

To reply to this bug, email your comments to 70728 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70728; Package guix-patches. (Fri, 03 May 2024 07:13:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 03 May 2024 07:13:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu:wxmaxima: Update to 24.02.2
Date: Fri,  3 May 2024 00:11:39 -0700
* gnu/packages/maths.scm (wxmaxima): Update to 24.02.2

Change-Id: I33cd6a3230a7d1672aadf942ad0b089dfa8603b0
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 71a7146c89..93335d23f7 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4915,7 +4915,7 @@ (define-public maxima
 (define-public wxmaxima
   (package
     (name "wxmaxima")
-    (version "23.11.0")
+    (version "24.02.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4924,7 +4924,7 @@ (define-public wxmaxima
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xj91wfkm19avwmpcfwgzdkcqjwfpkl3glhkpn4advsqc6sx3ra0"))))
+                "1k2fbhyg7xrbk6ivfns6sq68rrbcl5dn84s64viv6iavk3ws033v"))))
     (build-system cmake-build-system)
     (native-inputs (list gettext-minimal))
     (inputs (list bash-minimal

base-commit: aa9ac252206615713ab988d7068da9e14a9bccc0
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#70728; Package guix-patches. (Fri, 03 May 2024 07:18:02 GMT) Full text and rfc822 format available.

Message #8 received at 70728 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 70728 <at> debbugs.gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH v2] gnu: wxmaxima: Update to 24.02.2.
Date: Fri,  3 May 2024 00:16:55 -0700
* gnu/packages/maths.scm (wxmaxima): Update to 24.02.2.

Change-Id: I33cd6a3230a7d1672aadf942ad0b089dfa8603b0
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 71a7146c89..93335d23f7 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4915,7 +4915,7 @@ (define-public maxima
 (define-public wxmaxima
   (package
     (name "wxmaxima")
-    (version "23.11.0")
+    (version "24.02.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4924,7 +4924,7 @@ (define-public wxmaxima
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xj91wfkm19avwmpcfwgzdkcqjwfpkl3glhkpn4advsqc6sx3ra0"))))
+                "1k2fbhyg7xrbk6ivfns6sq68rrbcl5dn84s64viv6iavk3ws033v"))))
     (build-system cmake-build-system)
     (native-inputs (list gettext-minimal))
     (inputs (list bash-minimal

base-commit: aa9ac252206615713ab988d7068da9e14a9bccc0
-- 
2.34.1





Information forwarded to guix-patches <at> gnu.org:
bug#70728; Package guix-patches. (Mon, 06 May 2024 01:54:01 GMT) Full text and rfc822 format available.

Message #11 received at 70728 <at> debbugs.gnu.org (full text, mbox):

From: Andy Tai <atai <at> atai.org>
To: 70728 <at> debbugs.gnu.org
Date: Sun, 5 May 2024 18:52:25 -0700
patch passes Guix QA
https://qa.guix.gnu.org/issue/70728




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 06 May 2024 11:57:03 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Mon, 06 May 2024 11:57:03 GMT) Full text and rfc822 format available.

Message #16 received at 70728-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Andy Tai <atai <at> atai.org>
Cc: 70728-done <at> debbugs.gnu.org
Subject: Re: [bug#70728] [PATCH v2] gnu: wxmaxima: Update to 24.02.2.
Date: Mon, 06 May 2024 13:56:00 +0200
Hello,

Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/maths.scm (wxmaxima): Update to 24.02.2.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






This bug report was last modified 11 days ago.

Previous Next


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