me
/
guix
Archived
1
0
Fork 0

gnu: r-iso: Update to 0.0-21.

* gnu/packages/cran.scm (r-iso): Update to 0.0-21.
master
Ricardo Wurmus 2023-10-05 13:34:48 +02:00
parent 9494ac4edd
commit 3f9381c2e5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18945,14 +18945,14 @@ the combination of non-negative and non-positive constraints.")
(define-public r-iso
(package
(name "r-iso")
(version "0.0-18.1")
(version "0.0-21")
(source
(origin
(method url-fetch)
(uri (cran-uri "Iso" version))
(sha256
(base32
"0vy6jdyvp751430sf2f690yhasjr70cpk3p3lnaaxjq3fs5gg99g"))))
"19lgwbfbca30mh3hhnarzab5cvnrwnr0pxam6fvfnadnqzhjm15n"))))
(properties `((upstream-name . "Iso")))
(build-system r-build-system)
(native-inputs (list gfortran))