gnu: r-rdpack: Update to 2.1.4.

* gnu/packages/cran.scm (r-rdpack): Update to 2.1.4.
This commit is contained in:
Ricardo Wurmus 2022-03-12 23:04:24 +01:00
parent 6e28b3beae
commit 910e9b88a9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9121,14 +9121,14 @@ (define-public r-rbibutils
(define-public r-rdpack
(package
(name "r-rdpack")
(version "2.1.3")
(version "2.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rdpack" version))
(sha256
(base32
"1f2m9pxm4s4gkrqh58jznkqj2fcw6f29c1l05k5mmkwsdf3ai0c3"))))
"0r242a352wa7kha0n62ng6ri0qi14hwjknnyjvfcd7mx4qvfwhgv"))))
(properties `((upstream-name . "Rdpack")))
(build-system r-build-system)
(propagated-inputs