mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-bdsmatrix: Update to 1.3-7.
* gnu/packages/cran.scm (r-bdsmatrix): Update to 1.3-7. Change-Id: I7244cad6a9e82a0d87d5d1abcd427850994b63c0
This commit is contained in:
parent
24d2c8af30
commit
37dd00abd7
1 changed files with 2 additions and 2 deletions
|
@ -7995,14 +7995,14 @@ (define-public r-invgamma
|
|||
(define-public r-bdsmatrix
|
||||
(package
|
||||
(name "r-bdsmatrix")
|
||||
(version "1.3-6")
|
||||
(version "1.3-7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bdsmatrix" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g300x11rv56f826mbv7mbb67a5xz3dv74hpjc18jh3q8gap3j7r"))))
|
||||
"08krrd7454ixqv4nq55hgf3djp1pz1vl3ndslsrh2pkdq1d5wl63"))))
|
||||
(properties `((upstream-name . "bdsmatrix")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/bdsmatrix/")
|
||||
|
|
Loading…
Reference in a new issue