gnu: octave: Update to 6.2.0.
* gnu/packages/maths.scm (octave): Update to 6.2.0. [source]: Download tar.xz tarball. [native-inputs]: Remove lzip.
This commit is contained in:
parent
70487e3ee9
commit
0f8a646e03
1 changed files with 4 additions and 5 deletions
|
@ -1928,15 +1928,15 @@ can solve two kinds of problems:
|
||||||
(define-public octave-cli
|
(define-public octave-cli
|
||||||
(package
|
(package
|
||||||
(name "octave-cli")
|
(name "octave-cli")
|
||||||
(version "6.1.0")
|
(version "6.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/octave/octave-"
|
(uri (string-append "mirror://gnu/octave/octave-"
|
||||||
version ".tar.lz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0355s0pi8603ccs2j08zym3nalgalslxn83s37zq8nkrrkwxrjfk"))))
|
"06id09zspya24gshcwgp039cp35c06150mdlxysawgnbrhj16wkv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
@ -1971,8 +1971,7 @@ can solve two kinds of problems:
|
||||||
("texinfo" ,texinfo)
|
("texinfo" ,texinfo)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("lzip" ,lzip)
|
`(("gfortran" ,gfortran)
|
||||||
("gfortran" ,gfortran)
|
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
;; The following inputs are not actually used in the build process.
|
;; The following inputs are not actually used in the build process.
|
||||||
|
|
Reference in a new issue