gnu: r-bdgraph: Update to 2.71.

* gnu/packages/cran.scm (r-bdgraph): Update to 2.71.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:27 +01:00
parent f63f937673
commit 53967550f2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27330,14 +27330,14 @@ (define-public r-lisreltor
(define-public r-bdgraph
(package
(name "r-bdgraph")
(version "2.70")
(version "2.71")
(source
(origin
(method url-fetch)
(uri (cran-uri "BDgraph" version))
(sha256
(base32
"1s148fvvg1c0n4swsvcinlwckj86jys5nvwp4wlyzh3aw9siyqz7"))))
"1lihsbliq7f91ywdq5cabzd5fbyhb10h62ss3n2l7i2fdglb77d1"))))
(properties `((upstream-name . "BDgraph")))
(build-system r-build-system)
(propagated-inputs