~ruther/guix-local

ab897e0013c1fc40e83e832f32b22139218618df — Ricardo Wurmus 2 months ago 9928ee8
gnu: r-rcppcctz: Update to 0.2.14.

* gnu/packages/cran.scm (r-rcppcctz): Update to 0.2.14.

Change-Id: I8860d92cee6c5ccf773f9622de5348985279334c
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 15817,13 15817,13 @@ and Francois (2011, JSS), and the book by Eddelbuettel (2013, Springer); see
(define-public r-rcppcctz
  (package
    (name "r-rcppcctz")
    (version "0.2.13")
    (version "0.2.14")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "RcppCCTZ" version))
       (sha256
        (base32 "1wmbyaj08fbl4g47aq0mfkkvqwpah3d2j94fzc813dijxlsi847l"))))
        (base32 "0zk39b8ziq0py7na2d0dazjighhrnpzdicm4f2201wlf46s46dic"))))
    (properties
     `((upstream-name . "RcppCCTZ")
       (updater-extra-native-inputs . ("tzdata-for-tests"))))