[PATCH] gnu: octave: Update to 9.4.0

  • Open
  • quality assurance status badge
Details
One participant
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 5 days ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
22310de9358c1f975d763b9efaf8c563050f0301.1741331834.git.atai@atai.org
* gnu/packages/maths.scm (octave-cli): Update to 9.4.0

Change-Id: I9891e6f2a85b5909725f5fa5b45edaaa65594cfa
---
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 621bce6cce..6ddd5d9f8e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3169,7 +3169,7 @@ (define-public ceres-solver-benchmarks
(define-public octave-cli
(package
(name "octave-cli")
- (version "9.3.0")
+ (version "9.4.0")
(source
(origin
(method url-fetch)
@@ -3177,7 +3177,7 @@ (define-public octave-cli
version ".tar.xz"))
(sha256
(base32
- "1ws5h5q9vzm8lwkxnvc39iikyvvxpb6q4jwcy9v3pqdp7m8nh93i"))))
+ "0gbvrcblz6akpgm1vls7qjk97imq3j65pasd4jx9b7zpks813ygz"))))
(build-system gnu-build-system)
(inputs
(list alsa-lib

base-commit: e1c81df2cfb0d6f1e490083ad1b2b7f8df313bfd
--
2.43.0
?
Your comment

Commenting via the web interface is currently disabled.

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

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