~ruther/guix-local

3335df1c7e9e2a999fab72045df17345076208f3 — Ricardo Wurmus a year ago b1c3449
gnu: r-stringmagic: Update to 1.2.0.

* gnu/packages/cran.scm (r-stringmagic): Update to 1.2.0.

Change-Id: I5de8c4409310f5523091e262200a46e7465fa181
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 18121,13 18121,13 @@ or between integer vectors representing generic sequences.")
(define-public r-stringmagic
  (package
    (name "r-stringmagic")
    (version "1.1.2")
    (version "1.2.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "stringmagic" version))
       (sha256
        (base32 "134g9c358d3730fvkhcwcrhy4w7ig614jcnxrygakrcvm55c1lgf"))))
        (base32 "180kzm9gbl4jr9vwh58r9qyp78svmakh68zkhxfb43bxk3zq20m6"))))
    (properties `((upstream-name . "stringmagic")))
    (build-system r-build-system)
    ;; There are no tests in the ./tests/ directory.