gnu: r-btm: Update to 0.3.7.

* gnu/packages/cran.scm (r-btm): Update to 0.3.7.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:42 +01:00
parent a0038b0f37
commit b9122f3dd9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -35480,14 +35480,14 @@ (define-public r-eyelinker
(define-public r-btm
(package
(name "r-btm")
(version "0.3.6")
(version "0.3.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "BTM" version))
(sha256
(base32
"0ab0wr8nbwn1w1j9hpwfz52lm1sw0qk93713y9k0hpm3pw9dq4jr"))))
"0lal2fr2lpaky03hrc1gb15kky3s5sr9rbkmrp3v9g2iksd7b5yb"))))
(properties `((upstream-name . "BTM")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))