mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:18:33 +01:00
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
|
(define-public r-bdgraph
|
||||||
(package
|
(package
|
||||||
(name "r-bdgraph")
|
(name "r-bdgraph")
|
||||||
(version "2.63")
|
(version "2.64")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "BDgraph" version))
|
(uri (cran-uri "BDgraph" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05q6dbvdnxmh7myvw60zqcqx16f80i8d6qa4y7xnfkx02l9lwiyc"))))
|
"0pnzbw09c7amsvj8l4p1jnmss4rkbr1dsmagiygh8lj5fbrklgr4"))))
|
||||||
(properties `((upstream-name . "BDgraph")))
|
(properties `((upstream-name . "BDgraph")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue