gnu: r-ucminf: Update to 1.2.1.

* gnu/packages/cran.scm (r-ucminf): Update to 1.2.1.

Change-Id: I8008943c653e2ce1c998353aeef383f5a79332b1
This commit is contained in:
Ricardo Wurmus 2023-12-28 00:44:30 +01:00
parent 2a48f00a2d
commit 18c921aedb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8912,14 +8912,14 @@ (define-public r-uchardet
(define-public r-ucminf
(package
(name "r-ucminf")
(version "1.2.0")
(version "1.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ucminf" version))
(sha256
(base32
"1x3d3l500kyqamzfjpz4qc38d6d3sha9av3rpxz0m4dhms28zpas"))))
"10ycpzxx73div9vpzmkhy524yd47kzmpl7ajpm248clsv6ivngpd"))))
(build-system r-build-system)
(native-inputs (list gfortran))
(home-page "https://cran.r-project.org/web/packages/ucminf/")