mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-bdgraph: Update to 2.73.
* gnu/packages/cran.scm (r-bdgraph): Update to 2.73. Change-Id: I79671b10863b7f24953a7cd410f237297c623f7f
This commit is contained in:
parent
975fde0174
commit
0f925a2c71
1 changed files with 2 additions and 2 deletions
|
@ -33072,14 +33072,14 @@ (define-public r-lisreltor
|
|||
(define-public r-bdgraph
|
||||
(package
|
||||
(name "r-bdgraph")
|
||||
(version "2.72")
|
||||
(version "2.73")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "BDgraph" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kc3icd7glivbjlhl9fbmxqza5w2x000w0w8ii8np9gjrhdwrybw"))))
|
||||
"0bf1y35rc96l09pb4fyb693wkl20pyvmqav1rw2h3h8pyyvqkalh"))))
|
||||
(properties `((upstream-name . "BDgraph")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue