mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-subplex: Update to 1.9.
* gnu/packages/cran.scm (r-subplex): Update to 1.9. Change-Id: I15b5d0b29c970a558ddc580ab3d23398207eedf2
This commit is contained in:
parent
73220acde6
commit
247f239270
1 changed files with 2 additions and 2 deletions
|
@ -28584,14 +28584,14 @@ (define-public r-pracma
|
||||||
(define-public r-subplex
|
(define-public r-subplex
|
||||||
(package
|
(package
|
||||||
(name "r-subplex")
|
(name "r-subplex")
|
||||||
(version "1.8")
|
(version "1.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "subplex" version))
|
(uri (cran-uri "subplex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19g5bd39gmcn27xdsklkzxg99x1r5v5q8zcw1iwry31qj24ivhrv"))))
|
"1dv9bpwm7ml662yrc2jnrjf4f8n1g5rfiipq6z0fx9j6pa6fma87"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gfortran))
|
(list gfortran))
|
||||||
|
|
Loading…
Reference in a new issue