[PATCH] gnu: octave: Update to 9.2.0.

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

Debbugs page

Andy Tai wrote 9 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
468cb27e3a9c1172179af29fb6e65c7873b9a0f8.1718185016.git.atai@atai.org
* gnu/packages/maths.scm (octave-cli): Update to 9.2.0.

Change-Id: Ib00c0eb687a469ecca20d570f39b69d8027c0cb0
---
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 02d8c704d8..3fa520dad3 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3021,7 +3021,7 @@ (define-public ceres-solver-benchmarks
(define-public octave-cli
(package
(name "octave-cli")
- (version "9.1.0")
+ (version "9.2.0")
(source
(origin
(method url-fetch)
@@ -3029,7 +3029,7 @@ (define-public octave-cli
version ".tar.xz"))
(sha256
(base32
- "0jqk3amfkqzn1c5rzb9gm3v7r2y5xcgx6cgi4r5w8mpa9814nrgd"))))
+ "01sqfqrglzkjp20sg45fjd43hbjj069a1gn0r8sv01ciazxplh91"))))
(build-system gnu-build-system)
(inputs
(list alsa-lib

base-commit: 30f0faafc4b1cb092d50b58b38db7435c8dbcfeb
--
2.34.1
Andy Tai wrote 8 months ago
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
CAJsg1E9Jf-2oA6aAsQmTPeaY6bzNEsG-MMwqtWDDt1-kwrhRfQ@mail.gmail.com
close 71506
thanks

patch out of date
?
Your comment

This issue is archived.

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

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