gnu: octave: Update to 7.3.0.
* gnu/packages/maths.scm (octave): Update to 7.3.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
09354ee36e
commit
298292e399
1 changed files with 4 additions and 4 deletions
|
|
@ -2850,7 +2850,7 @@ can solve two kinds of problems:
|
||||||
(define-public octave-cli
|
(define-public octave-cli
|
||||||
(package
|
(package
|
||||||
(name "octave-cli")
|
(name "octave-cli")
|
||||||
(version "7.2.0")
|
(version "7.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
@ -2858,7 +2858,7 @@ can solve two kinds of problems:
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w81ncl9d4x1ay3ylsag87k20c0byiyjcmfd9kb7b7ylr71pivsa"))))
|
"1wap9p9imxxqpnm27rxcvpjahk1wg440lzlygjb6iyncxdmfw255"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
|
@ -2890,7 +2890,6 @@ can solve two kinds of problems:
|
||||||
("qhull" ,qhull)
|
("qhull" ,qhull)
|
||||||
("readline" ,readline)
|
("readline" ,readline)
|
||||||
("suitesparse" ,suitesparse)
|
("suitesparse" ,suitesparse)
|
||||||
("texinfo" ,texinfo)
|
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gfortran
|
(list gfortran
|
||||||
|
|
@ -2905,7 +2904,8 @@ can solve two kinds of problems:
|
||||||
;; provide.
|
;; provide.
|
||||||
less
|
less
|
||||||
ghostscript
|
ghostscript
|
||||||
gnuplot))
|
gnuplot
|
||||||
|
texinfo))
|
||||||
;; Octave code uses this variable to detect directories holding multiple CA
|
;; Octave code uses this variable to detect directories holding multiple CA
|
||||||
;; certificates to verify peers with. This is required for the networking
|
;; certificates to verify peers with. This is required for the networking
|
||||||
;; functions that require encryption to work properly.
|
;; functions that require encryption to work properly.
|
||||||
|
|
|
||||||
Reference in a new issue