me
/
guix
Archived
1
0
Fork 0

gnu: r-classint: Update to 0.4-9.

* gnu/packages/cran.scm (r-classint): Update to 0.4-9.
master
Ricardo Wurmus 2023-03-19 14:44:32 +01:00
parent ef9c41c495
commit 4caf1d2c51
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -20366,14 +20366,14 @@ classes.")
(define-public r-classint
(package
(name "r-classint")
(version "0.4-8")
(version "0.4-9")
(source
(origin
(method url-fetch)
(uri (cran-uri "classInt" version))
(sha256
(base32
"1csrrb93lzy1pajs91qd0vyvl218jyskcksa43xfrfvibdzn3sba"))))
"1hz1436apcnqvfyhmlv5f4127jviwfw6hz7f8xxkqygq11ysy4av"))))
(properties `((upstream-name . "classInt")))
(build-system r-build-system)
(propagated-inputs