me
/
guix
Archived
1
0
Fork 0

gnu: r-bdgraph: Update to 2.72.

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

View File

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