mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: r-bdgraph: Update to 2.65.
* gnu/packages/cran.scm (r-bdgraph): Update to 2.65.
This commit is contained in:
parent
61f5d714b4
commit
ca7d935528
1 changed files with 2 additions and 2 deletions
|
@ -24889,14 +24889,14 @@ output in R.")
|
|||
(define-public r-bdgraph
|
||||
(package
|
||||
(name "r-bdgraph")
|
||||
(version "2.64")
|
||||
(version "2.65")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BDgraph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pnzbw09c7amsvj8l4p1jnmss4rkbr1dsmagiygh8lj5fbrklgr4"))))
|
||||
"0rg3wi9xwsbj90gb60p3vzkfrf76hwh47nc6fwv6c21yzd3s7vm4"))))
|
||||
(properties `((upstream-name . "BDgraph")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Reference in a new issue