[PATCH] gnu: octave-cli: Update to 8.3.0

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

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
3518325ecafc863fda9d6b0fe61f87ee3e051fc7.1694420093.git.atai@atai.org
* gnu/packages/maths.scm (octave-cli): Update to 8.3.0
---
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 38e71e18f8..dd9e4ec2c9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2791,7 +2791,7 @@ (define-public ceres-solver-benchmarks
(define-public octave-cli
(package
(name "octave-cli")
- (version "8.2.0")
+ (version "8.3.0")
(source
(origin
(method url-fetch)
@@ -2799,7 +2799,7 @@ (define-public octave-cli
version ".tar.xz"))
(sha256
(base32
- "1pkh4vmq4hcrmyl2gybd54i3qamyvmcjmpgy1i2kkw2g03jxdfdp"))))
+ "1aav8i88y2yl11g5d44wpjngkpldvzk90ja7wghkb91cy2a9974i"))))
(build-system gnu-build-system)
(inputs
(list alsa-lib

base-commit: 2eb6df537c36da8bf8e81ff698421f6fb1bfd1ab
--
2.41.0
Eric Bavier wrote 1 years ago
afc4886ebb33fca8c56f4d1b83d70b1f330b1372.camel@posteo.net
On Mon, 2023-09-11 at 01:15 -0700, Andy Tai wrote:
Toggle quote (5 lines)
> * gnu/packages/maths.scm (octave-cli): Update to 8.3.0
> ---
> gnu/packages/maths.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

LGTM, thanks for the patch!

I've pushed this in commit 67268d9a8109936d9e7e486394fcc021880c6a28.

I checked builds for both 'octave-cli' and 'octave' packages on both x86_64
and aarch64.

`~Eric
Closed
?
Your comment

This issue is archived.

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

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