[PATCH] gnu: wxmaxima: Update to 24.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 2 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
22e11e94648d3d6f1a4ef5042efa8a3578d8a9a7.1736722411.git.atai@atai.org
* gnu/packages/maths.scm (wxmaxima): Update to 24.11.0.

Change-Id: I83578f7bf82604c42b31f859c15fcd6ef54492d6
---
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 dfb43ef074..9bc84aa2b4 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5326,7 +5326,7 @@ (define-public maxima
(define-public wxmaxima
(package
(name "wxmaxima")
- (version "24.02.2")
+ (version "24.11.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5335,7 +5335,7 @@ (define-public wxmaxima
(file-name (git-file-name name version))
(sha256
(base32
- "1k2fbhyg7xrbk6ivfns6sq68rrbcl5dn84s64viv6iavk3ws033v"))))
+ "1q66qv7m7dky9h7m6dzvlw6pkzixna4bhrdkz11sg7bv3a9qrlfy"))))
(build-system cmake-build-system)
(native-inputs (list gettext-minimal))
(inputs (list bash-minimal

base-commit: 5d6c8767f67885bc9b2c8f18ab1f667d0065346b
--
2.34.1
Guillaume Le Vaillant wrote 2 months ago
(name . Andy Tai)(address . atai@atai.org)(address . 75527-done@debbugs.gnu.org)
87frlmyj47.fsf@kitej
Patch applied as a3615c0c743c3048e004fae426443c4abea9a477.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZ4ULuA8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8n+AD+POtusmkgW+60uAq9DzmhQ/jL+baeMEtP+76o
JBM604MA/AoB8h3mkGaeHh8/Jf9KknhWGPF8H0IVcVtf0V+YlxOC
=u+LC
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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