gnu: r-rdpack: Update to 2.6.

* gnu/packages/cran.scm (r-rdpack): Update to 2.6.

Change-Id: I1d96901fa85f8c8d64c47bbbd8a84ac9883f3c97
This commit is contained in:
Ricardo Wurmus 2023-11-15 15:54:35 +01:00
parent c101519061
commit c65da604a2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13620,14 +13620,14 @@ implemented in bibutils.")
(define-public r-rdpack
(package
(name "r-rdpack")
(version "2.5")
(version "2.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rdpack" version))
(sha256
(base32
"0xy8w3law1dn53f1gv4jd637pwssr928pvgchpbrpsqz8ghv4kad"))))
"02i21i85pb5aim529byjwhmyyz9jd82mi4j26a3kay0pcn6djxba"))))
(properties `((upstream-name . "Rdpack")))
(build-system r-build-system)
(propagated-inputs