Archived
1
0
Fork 0

gnu: r-later: Update to 1.3.0.

* gnu/packages/cran.scm (r-later): Update to 1.3.0.
This commit is contained in:
Ricardo Wurmus 2021-08-22 17:53:26 +02:00
parent 1b85d11650
commit 5c35a92d4b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7447,14 +7447,14 @@ exchanging spatial objects with other R packages.")
(define-public r-later
(package
(name "r-later")
(version "1.2.0")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "later" version))
(sha256
(base32
"00f4n1b2ykrs2cd61pypa4d00ydx9hqq2c1a1p8psa2yym6979bm"))))
"0acqg29hcm2iq1418b54np7zb5pnr3xzrwc3ijv2pz9wra10ix88"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)