gnu: r-bdgraph: Update to 2.64.
* gnu/packages/cran.scm (r-bdgraph): Update to 2.64.
This commit is contained in:
parent
094341c4bf
commit
2dc5918ef9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue