gnu: r-ucminf: Update to 1.2.2.
* gnu/packages/cran.scm (r-ucminf): Update to 1.2.2. Change-Id: Id4299f5d3d30d4fc1c7ed695d1b6461aba4cbba6master
parent
e85f0008a2
commit
f74f6056dd
|
@ -10075,14 +10075,14 @@ of the text. All return names of the encodings are iconv-compatible.")
|
||||||
(define-public r-ucminf
|
(define-public r-ucminf
|
||||||
(package
|
(package
|
||||||
(name "r-ucminf")
|
(name "r-ucminf")
|
||||||
(version "1.2.1")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ucminf" version))
|
(uri (cran-uri "ucminf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10ycpzxx73div9vpzmkhy524yd47kzmpl7ajpm248clsv6ivngpd"))))
|
"0adxynpi6mn5n37i1260yr6z7dm39dadr4nwrxks2jgsd7knmnsb"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list gfortran))
|
(native-inputs (list gfortran))
|
||||||
(home-page "https://cran.r-project.org/web/packages/ucminf/")
|
(home-page "https://cran.r-project.org/web/packages/ucminf/")
|
||||||
|
|
Reference in New Issue