gnu: r-bdgraph: Update to 2.72.

* gnu/packages/cran.scm (r-bdgraph): Update to 2.72.
This commit is contained in:
Ricardo Wurmus 2023-01-02 15:00:09 +01:00
parent d1fe4b1d50
commit 2ab2047299
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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