gnu: r-backports: Update to 1.1.5.

* gnu/packages/statistics.scm (r-backports): Update to 1.1.5.
master
Ricardo Wurmus 2019-10-06 23:06:59 +02:00
parent f817005bfe
commit 07d0645b6b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2119,14 +2119,14 @@ limited to R.")
(define-public r-backports
(package
(name "r-backports")
(version "1.1.4")
(version "1.1.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "backports" version))
(sha256
(base32
"00zz969vc2gfi5p9q65pzghq2bxm3p9zqgwqswkyz9rgybz5wjzf"))))
"0k19w68b2aihyj5mflw3732gkkzs78sssqdns960pdw3yfnkiv33"))))
(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")