me
/
guix
Archived
1
0
Fork 0

gnu: r-biglm: Update to 0.9-3.

* gnu/packages/cran.scm (r-biglm): Update to 0.9-3.

Change-Id: Ieeb7f35c0a9504ae3857a6e9234fad33455e5f01
master
Ricardo Wurmus 2024-07-02 14:57:28 +02:00
parent 943a386384
commit c43d1d22b0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2256,13 +2256,13 @@ degree elevation and curve fitting.")
(define-public r-biglm
(package
(name "r-biglm")
(version "0.9-2.1")
(version "0.9-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "biglm" version))
(sha256
(base32 "0iy9xr2bq42wlizgwlz7w5kh9206yqkw9h2cr6mcsmizgjg3rkvd"))))
(base32 "0n0dkazq74s3lml0ds9l38kzgapckjrvwyi62qb1y14cqlylhpc0"))))
(properties `((upstream-name . "biglm")))
(build-system r-build-system)
(propagated-inputs (list r-dbi))