unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62383] [PATCH] gnu: octave: Update to 8.1.0.
@ 2023-03-22 14:12 Greg Hogan
  2023-03-24  3:31 ` bug#62383: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-03-22 14:12 UTC (permalink / raw)
  To: 62383; +Cc: Greg Hogan

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62383: [PATCH] gnu: octave: Update to 8.1.0.
  2023-03-22 14:12 [bug#62383] [PATCH] gnu: octave: Update to 8.1.0 Greg Hogan
@ 2023-03-24  3:31 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-03-24  3:31 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 62383-done

Hello!

Greg Hogan <code@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-24 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 14:12 [bug#62383] [PATCH] gnu: octave: Update to 8.1.0 Greg Hogan
2023-03-24  3:31 ` bug#62383: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).