mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-bdgraph: Update to 2.72.
* gnu/packages/cran.scm (r-bdgraph): Update to 2.72.
This commit is contained in:
parent
d1fe4b1d50
commit
2ab2047299
1 changed files with 2 additions and 2 deletions
|
@ -27534,14 +27534,14 @@ (define-public r-lisreltor
|
|||
(define-public r-bdgraph
|
||||
(package
|
||||
(name "r-bdgraph")
|
||||
(version "2.71")
|
||||
(version "2.72")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BDgraph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lihsbliq7f91ywdq5cabzd5fbyhb10h62ss3n2l7i2fdglb77d1"))))
|
||||
"1kc3icd7glivbjlhl9fbmxqza5w2x000w0w8ii8np9gjrhdwrybw"))))
|
||||
(properties `((upstream-name . "BDgraph")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue