me
/
guix
Archived
1
0
Fork 0

gnu: r-bdgraph: Update to 2.71.

* gnu/packages/cran.scm (r-bdgraph): Update to 2.71.
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
1 changed files with 2 additions and 2 deletions

View File

@ -27330,14 +27330,14 @@ output in R.")
(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