[PATCH] gnu: octave: Update to 8.1.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Greg Hogan
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Greg Hogan
Severity
normal
G
G
Greg Hogan wrote on 22 Mar 2023 15:12
(address . guix-patches@gnu.org)(name . Greg Hogan)(address . code@greghogan.com)
20230322141220.215137-1-code@greghogan.com
* gnu/packages/maths.scm (octave): Update to 8.1.0.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1853c77a14..1492753223 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3041,7 +3041,7 @@ (define (compile-file top-dir)
(define-public octave-cli
(package
(name "octave-cli")
- (version "7.3.0")
+ (version "8.1.0")
(source
(origin
(method url-fetch)
@@ -3049,7 +3049,7 @@ (define-public octave-cli
version ".tar.xz"))
(sha256
(base32
- "1wap9p9imxxqpnm27rxcvpjahk1wg440lzlygjb6iyncxdmfw255"))))
+ "00lis18dsb13v9nvz0z4cs7v4y634jc0vb04lxfw9pshwriikglv"))))
(build-system gnu-build-system)
(inputs
`(("alsa-lib" ,alsa-lib)
--
2.40.0
M
M
Maxim Cournoyer wrote on 24 Mar 2023 04:31
(name . Greg Hogan)(address . code@greghogan.com)(address . 62383-done@debbugs.gnu.org)
87zg8225as.fsf@gmail.com
Hello!

Greg Hogan <code@greghogan.com> writes:

Toggle quote (28 lines)
> * gnu/packages/maths.scm (octave): Update to 8.1.0.
> ---
> gnu/packages/maths.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
> index 1853c77a14..1492753223 100644
> --- a/gnu/packages/maths.scm
> +++ b/gnu/packages/maths.scm
> @@ -3041,7 +3041,7 @@ (define (compile-file top-dir)
> (define-public octave-cli
> (package
> (name "octave-cli")
> - (version "7.3.0")
> + (version "8.1.0")
> (source
> (origin
> (method url-fetch)
> @@ -3049,7 +3049,7 @@ (define-public octave-cli
> version ".tar.xz"))
> (sha256
> (base32
> - "1wap9p9imxxqpnm27rxcvpjahk1wg440lzlygjb6iyncxdmfw255"))))
> + "00lis18dsb13v9nvz0z4cs7v4y634jc0vb04lxfw9pshwriikglv"))))
> (build-system gnu-build-system)
> (inputs
> `(("alsa-lib" ,alsa-lib)

Installed :-)

--
Thanks,
Maxim
Closed
?