me
/
guix
Archived
1
0
Fork 0

gnu: r-backports: Update to 1.2.1.

* gnu/packages/statistics.scm (r-backports): Update to 1.2.1.
master
Ricardo Wurmus 2021-01-20 17:14:20 +01:00
parent 89000790ae
commit bf3979cb10
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2127,14 +2127,14 @@ limited to R.")
(define-public r-backports
(package
(name "r-backports")
(version "1.2.0")
(version "1.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "backports" version))
(sha256
(base32
"1xgp4i6yxkh2viia96hlf004hn47yrhfivwf8wv63xdldqa8yj9v"))))
"1mf2nz78l97lbxyagv55bcxrny51ds8g28h307cfa1g3ayylp0x2"))))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/backports")
(synopsis "Reimplementations of functions introduced since R 3.0.0")