[PATCH] gnu: wxmaxima: Update to 23.11.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)
CAJsg1E9bUKUbtoXNJNa4SZYG6We2e62wQu5bw38dn-NiqQpqvw@mail.gmail.com

From 7b4ea46103c3e2cfb78dd593f9d58f7ad66e0b83 Mon Sep 17 00:00:00 2001
Message-Id: <7b4ea46103c3e2cfb78dd593f9d58f7ad66e0b83.1701500219.git.atai@atai.org>
From: Andy Tai <atai@atai.org>
Date: Fri, 1 Dec 2023 22:55:19 -0800
Subject: [PATCH] gnu: wxmaxima: Update to 23.11.0
To: guix-patches@gnu.org

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

Change-Id: Ifd1d705ec21f8f437eeb6364dea7d51638567eb7
---
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 246f189115..14602e6232 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4746,7 +4746,7 @@ (define-public maxima
(define-public wxmaxima
(package
(name "wxmaxima")
- (version "22.12.0")
+ (version "23.11.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4755,7 +4755,7 @@ (define-public wxmaxima
(file-name (git-file-name name version))
(sha256
(base32
- "12bjadmy2mf7d8v4iszmzckahfcwjzaba8wpbigksh4brvhb4gj5"))))
+ "0xj91wfkm19avwmpcfwgzdkcqjwfpkl3glhkpn4advsqc6sx3ra0"))))
(build-system cmake-build-system)
(native-inputs (list gettext-minimal))
(inputs (list bash-minimal

base-commit: 2b782f67266b42bb40015bd23ce2443be2f9b01f
--
2.34.1
Guillaume Le Vaillant wrote 1 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 67581-done@debbugs.gnu.org)
87sf4h3suf.fsf@kitej
Patch applied as 310f7966e78569653ad47b2e550e65e74719ca73.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZW7sOA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+R8QD/SS5Mfyg3G4XjD9eBgNSqQJuqpp56AJwfwuwR
6Z9d2d4BAJzzDv9ZHZQM/vxua60LLKFVcmUwsqgSdMakFYy37w8T
=Mu9G
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67581
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