gnu: r-later: Update to 0.7.5.

* gnu/packages/cran.scm (r-later): Update to 0.7.5.
This commit is contained in:
Ricardo Wurmus 2018-10-30 07:53:03 +01:00
parent 80234d3294
commit 7608984fe9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4090,14 +4090,14 @@ exchanging spatial objects with other R packages.")
(define-public r-later (define-public r-later
(package (package
(name "r-later") (name "r-later")
(version "0.7.4") (version "0.7.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "later" version)) (uri (cran-uri "later" version))
(sha256 (sha256
(base32 (base32
"125zc499gj702x2bch95lsfzk2qb4dzv3604x9afym2i3ylrmm64")))) "0xhwn37makzm85zb6w5acc7svzibxcnz69rks0kxw22vapkxwz1i"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-bh" ,r-bh) `(("r-bh" ,r-bh)