gnu: r-bdgraph: Update to 2.68.

* gnu/packages/cran.scm (r-bdgraph): Update to 2.68.
This commit is contained in:
Ricardo Wurmus 2022-08-10 12:20:11 +02:00
parent 82c6989d3e
commit c38e68960d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25584,14 +25584,14 @@ (define-public r-lisreltor
(define-public r-bdgraph
(package
(name "r-bdgraph")
(version "2.67")
(version "2.68")
(source
(origin
(method url-fetch)
(uri (cran-uri "BDgraph" version))
(sha256
(base32
"0s2j4462zlgyjnqvvvxg4lynhmwwnjaw1cr1chzmagfvaj94qhhz"))))
"1mixzkk8shcbyrxydhchq483j2jh2icgmdshmrl79a8vsnz9mmrm"))))
(properties `((upstream-name . "BDgraph")))
(build-system r-build-system)
(propagated-inputs