gnu: r-iso: Update to 0.0-18.1.
* gnu/packages/cran.scm (r-iso): Update to 0.0-18.1.master
parent
fc1db3fcf5
commit
f71791c501
|
@ -10707,14 +10707,14 @@ the combination of non-negative and non-positive constraints.")
|
||||||
(define-public r-iso
|
(define-public r-iso
|
||||||
(package
|
(package
|
||||||
(name "r-iso")
|
(name "r-iso")
|
||||||
(version "0.0-18")
|
(version "0.0-18.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Iso" version))
|
(uri (cran-uri "Iso" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"014mm5b1f7i6nwlz3kyg1biph0y542kcx5bd13p68cv5a928qzid"))))
|
"0vy6jdyvp751430sf2f690yhasjr70cpk3p3lnaaxjq3fs5gg99g"))))
|
||||||
(properties `((upstream-name . "Iso")))
|
(properties `((upstream-name . "Iso")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs `(("gfortran" ,gfortran)))
|
(native-inputs `(("gfortran" ,gfortran)))
|
||||||
|
|
Reference in New Issue