[PATCH] gnu:wxmaxima: Update to 24.02.2

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 10 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
97c0d534c2e79b81d67f9527e1feac6601e62348.1714720275.git.atai@atai.org
* 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(-)

Toggle diff (26 lines)
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
Andy Tai wrote 10 months ago
[PATCH v2] gnu: wxmaxima: Update to 24.02.2.
(address . 70728@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
ae9ec99eb04e0333529cef844a49e5f76c13f164.1714720583.git.atai@atai.org
* 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(-)

Toggle diff (26 lines)
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
Nicolas Goaziou wrote 10 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 70728-done@debbugs.gnu.org)
87ikzryx0v.fsf@nicolasgoaziou.fr
Hello,

Andy Tai <atai@atai.org> writes:

Toggle quote (2 lines)
> * gnu/packages/maths.scm (wxmaxima): Update to 24.02.2.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70728@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70728
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help