me
/
guix
Archived
1
0
Fork 0

gnu: r-ucminf: Update to 1.2.2.

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

Change-Id: Id4299f5d3d30d4fc1c7ed695d1b6461aba4cbba6
master
Ricardo Wurmus 2024-07-02 14:58:36 +02:00
parent e85f0008a2
commit f74f6056dd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10075,14 +10075,14 @@ of the text. All return names of the encodings are iconv-compatible.")
(define-public r-ucminf
(package
(name "r-ucminf")
(version "1.2.1")
(version "1.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ucminf" version))
(sha256
(base32
"10ycpzxx73div9vpzmkhy524yd47kzmpl7ajpm248clsv6ivngpd"))))
"0adxynpi6mn5n37i1260yr6z7dm39dadr4nwrxks2jgsd7knmnsb"))))
(build-system r-build-system)
(native-inputs (list gfortran))
(home-page "https://cran.r-project.org/web/packages/ucminf/")