~ruther/guix-local

81c057ced9d81728e3218508ca85e9ce038404eb — Ricardo Wurmus 8 years ago 127b926
gnu: r-sparsem: Update to 1.77.

* gnu/packages/statistics.scm (r-sparsem): Update to 1.77.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +2 -2
@@ 2821,13 2821,13 @@ worker processes and collect and return the results on the master.")
(define-public r-sparsem
  (package
    (name "r-sparsem")
    (version "1.76")
    (version "1.77")
    (source (origin
              (method url-fetch)
              (uri (cran-uri "SparseM" version))
              (sha256
               (base32
                "16xnl9cacim35aawq6bmd2y6rrhnh1kg6dwsy3k5yslkfr1y9j62"))))
                "0p6ljma2h12cq1xmy0cxb48ih8dhxxbnwkqzvx3cckxf2kprycm9"))))
    (properties
     `((upstream-name . "SparseM")))
    (inputs