me
/
guix
Archived
1
0
Fork 0

gnu: r-bdgraph: Update to 2.63.

* gnu/packages/cran.scm (r-bdgraph): Update to 2.63.
master
Ricardo Wurmus 2020-08-30 23:28:52 +02:00
parent 5a1c9f2384
commit d508cbee58
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -20789,14 +20789,14 @@ output in R.")
(define-public r-bdgraph
(package
(name "r-bdgraph")
(version "2.62")
(version "2.63")
(source
(origin
(method url-fetch)
(uri (cran-uri "BDgraph" version))
(sha256
(base32
"1b1vfar940swvn3pcil848qsp8ji50fjjll8jjzp6y2adx0f8pby"))))
"05q6dbvdnxmh7myvw60zqcqx16f80i8d6qa4y7xnfkx02l9lwiyc"))))
(properties `((upstream-name . "BDgraph")))
(build-system r-build-system)
(propagated-inputs