[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: octave-cli: Update to 8.3.0
From: |
guix-commits |
Subject: |
branch master updated: gnu: octave-cli: Update to 8.3.0 |
Date: |
Wed, 13 Sep 2023 10:23:08 -0400 |
This is an automated email from the git hooks/post-receive script.
bavier pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 67268d9a81 gnu: octave-cli: Update to 8.3.0
67268d9a81 is described below
commit 67268d9a8109936d9e7e486394fcc021880c6a28
Author: Andy Tai <atai@atai.org>
AuthorDate: Mon Sep 11 01:15:37 2023 -0700
gnu: octave-cli: Update to 8.3.0
* gnu/packages/maths.scm (octave-cli): Update to 8.3.0
Signed-off-by: Eric Bavier <bavier@posteo.net>
---
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 e3cd0762be..6141c09886 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2779,7 +2779,7 @@ can solve two kinds of problems:
(define-public octave-cli
(package
(name "octave-cli")
- (version "8.2.0")
+ (version "8.3.0")
(source
(origin
(method url-fetch)
@@ -2787,7 +2787,7 @@ can solve two kinds of problems:
version ".tar.xz"))
(sha256
(base32
- "1pkh4vmq4hcrmyl2gybd54i3qamyvmcjmpgy1i2kkw2g03jxdfdp"))))
+ "1aav8i88y2yl11g5d44wpjngkpldvzk90ja7wghkb91cy2a9974i"))))
(build-system gnu-build-system)
(inputs
(list alsa-lib
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: octave-cli: Update to 8.3.0,
guix-commits <=