me
/
guix
Archived
1
0
Fork 0

gnu: r-sparsem: Update to 1.76.

* gnu/packages/statistics.scm (r-sparsem): Update to 1.76.
master
Ricardo Wurmus 2017-04-06 12:43:50 +02:00
parent fb708a1c74
commit 1d1fbb7336
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2859,13 +2859,13 @@ worker processes and collect and return the results on the master.")
(define-public r-sparsem (define-public r-sparsem
(package (package
(name "r-sparsem") (name "r-sparsem")
(version "1.74") (version "1.76")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "SparseM" version)) (uri (cran-uri "SparseM" version))
(sha256 (sha256
(base32 (base32
"1fpfhld887y5lyb8jydprmv5krqm1fk6n53z942b4g4z1v4g04j7")))) "16xnl9cacim35aawq6bmd2y6rrhnh1kg6dwsy3k5yslkfr1y9j62"))))
(properties (properties
`((upstream-name . "SparseM"))) `((upstream-name . "SparseM")))
(inputs (inputs