me
/
guix
Archived
1
0
Fork 0

gnu: r-ucminf: Update to 1.1-4.1.

* gnu/packages/cran.scm (r-ucminf): Update to 1.1-4.1.
master
Ricardo Wurmus 2022-11-04 08:23:19 +01:00
parent 1147d13c2b
commit 0091c4bee4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6208,14 +6208,14 @@ or between integer vectors representing generic sequences.")
(define-public r-ucminf (define-public r-ucminf
(package (package
(name "r-ucminf") (name "r-ucminf")
(version "1.1-4") (version "1.1-4.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ucminf" version)) (uri (cran-uri "ucminf" version))
(sha256 (sha256
(base32 (base32
"01vggwg1w71k98qs6fhb0x1843vi322mf4g3hbclks94kcpkisx2")))) "1cknk42allcflgk16i4gwi4a389idrxqz6y2w8i7s9mdfgrvd981"))))
(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/")