gnu: r-glmnet: Update to 3.0-1.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Nov 2019 00:52:41 +0000 (01:52 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Nov 2019 01:00:40 +0000 (02:00 +0100)
* gnu/packages/statistics.scm (r-glmnet): Update to 3.0-1.

gnu/packages/statistics.scm

index 9e867f0..08e3d65 100644 (file)
@@ -3256,14 +3256,13 @@ analysis of large sparse or dense matrices.")
 (define-public r-glmnet
   (package
    (name "r-glmnet")
-   (version "3.0")
+   (version "3.0-1")
    (source
     (origin
      (method url-fetch)
      (uri (cran-uri "glmnet" version))
      (sha256
-      (base32
-       "1fwspkxbsx7jy5h8zcdl0q8xsbj7svjjbcmg5lfpxdsgyyww46v7"))))
+      (base32 "04wa926mnss53p1fhx0mjgxnmwmmqls12sc0sy7w09kbmyqa3fq7"))))
    (build-system r-build-system)
    (native-inputs
     `(("gfortran" ,gfortran)))