me
/
guix
Archived
1
0
Fork 0

gnu: r-rdpack: Update to 2.3.

* gnu/packages/cran.scm (r-rdpack): Update to 2.3.
master
Ricardo Wurmus 2022-04-11 18:01:10 +02:00
parent adfcda5028
commit 9d7c65735c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9386,14 +9386,14 @@ implemented in bibutils.")
(define-public r-rdpack
(package
(name "r-rdpack")
(version "2.1.4")
(version "2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rdpack" version))
(sha256
(base32
"0r242a352wa7kha0n62ng6ri0qi14hwjknnyjvfcd7mx4qvfwhgv"))))
"1igpa4hnpiykbdnq57mglby5jsbind6izkkfy81wx4ib6nw1lpn4"))))
(properties `((upstream-name . "Rdpack")))
(build-system r-build-system)
(propagated-inputs