me
/
guix
Archived
1
0
Fork 0

gnu: r-bdsmatrix: Update to 1.3-7.

* gnu/packages/cran.scm (r-bdsmatrix): Update to 1.3-7.

Change-Id: I7244cad6a9e82a0d87d5d1abcd427850994b63c0
master
Ricardo Wurmus 2024-03-05 14:37:33 +01:00
parent 24d2c8af30
commit 37dd00abd7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7995,14 +7995,14 @@ those for the gamma distribution in the @code{stats} package.")
(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/")