me
/
guix
Archived
1
0
Fork 0

gnu: r-generics: Update to 0.1.0.

* gnu/packages/cran.scm (r-generics): Update to 0.1.0.
master
Ricardo Wurmus 2020-12-09 21:56:52 +01:00
parent 1d8b53164e
commit 9597dc08b3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3797,14 +3797,14 @@ created using basic graphics.")
(define-public r-generics
(package
(name "r-generics")
(version "0.0.2")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "generics" version))
(sha256
(base32
"0xk1xhpy7gpv3pvaygzhpfdxj72zmb38pb4nscfyg2ff36vx3cvi"))))
"0qw7r0d2qvlj1pvrlpv30d6akml624ydxkk19hv85iv6pfyx2wdb"))))
(build-system r-build-system)
(home-page "https://github.com/r-lib/generics")
(synopsis "Common S3 generics not provided by base R methods")