mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-rcppdate: Update to 0.0.6.
* gnu/packages/cran.scm (r-rcppdate): Update to 0.0.6. Change-Id: Iba53073ef48f40fbaba6a79fb38c056ce16c11e5
This commit is contained in:
parent
5d34d2f045
commit
304d4e2bae
1 changed files with 2 additions and 2 deletions
|
|
@ -15081,13 +15081,13 @@ time zone. The CCTZ source code is included in this package.")
|
|||
(define-public r-rcppdate
|
||||
(package
|
||||
(name "r-rcppdate")
|
||||
(version "0.0.5")
|
||||
(version "0.0.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppDate" version))
|
||||
(sha256
|
||||
(base32 "0n2pif79jbdivrippffafy1mqrzn6wwyjip6bknz4wxr2jkpblly"))))
|
||||
(base32 "0l3bzvr50j01g0h42nhlsnlz2b9l129n24hs0sj8h918rh1a8bxk"))))
|
||||
(properties `((upstream-name . "RcppDate")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/eddelbuettel/rcppdate")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue