GNU bug report logs -
#62383
[PATCH] gnu: octave: Update to 8.1.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Wed, 22 Mar 2023 14:13:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 23 Mar 2023 23:31:55 -0400
with message-id <87zg8225as.fsf <at> gmail.com>
and subject line Re: bug#62383: [PATCH] gnu: octave: Update to 8.1.0.
has caused the debbugs.gnu.org bug report #62383,
regarding [PATCH] gnu: octave: Update to 8.1.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
62383: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62383
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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)
--
2.40.0
[Message part 3 (message/rfc822, inline)]
Hello!
Greg Hogan <code <at> greghogan.com> writes:
> * 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
This bug report was last modified 2 years and 61 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.