gnu: r-bdgraph: Update to 2.64.

* gnu/packages/cran.scm (r-bdgraph): Update to 2.64.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:16 +02:00
parent 094341c4bf
commit 2dc5918ef9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22719,14 +22719,14 @@ (define-public r-lisreltor
(define-public r-bdgraph
(package
(name "r-bdgraph")
(version "2.63")
(version "2.64")
(source
(origin
(method url-fetch)
(uri (cran-uri "BDgraph" version))
(sha256
(base32
"05q6dbvdnxmh7myvw60zqcqx16f80i8d6qa4y7xnfkx02l9lwiyc"))))
"0pnzbw09c7amsvj8l4p1jnmss4rkbr1dsmagiygh8lj5fbrklgr4"))))
(properties `((upstream-name . "BDgraph")))
(build-system r-build-system)
(propagated-inputs