summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 12:57:24 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 13:09:55 +0100
commitb1df02c39eef6e75b63d912c1c33fd38409986c4 (patch)
treeff618c54d2ebf8c1fcd5fb99e15256ef98502853 /gnu
parent2777e06fa5395dd4480d4db2edbef74789914319 (diff)
downloadpatches-b1df02c39eef6e75b63d912c1c33fd38409986c4.tar
patches-b1df02c39eef6e75b63d912c1c33fd38409986c4.tar.gz
gnu: r-nlme: Update to 3.1-142.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-142.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/statistics.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4618c29c7c..7e39f7917b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -589,14 +589,13 @@ and operations on them using LAPACK and SuiteSparse.")
(define-public r-nlme
(package
(name "r-nlme")
- (version "3.1-141")
+ (version "3.1-142")
(source
(origin
(method url-fetch)
(uri (cran-uri "nlme" version))
(sha256
- (base32
- "0ml00g79bimjcl0sgn6h55l5b4gfmnsnc1vvmivggn0318k4c04i"))))
+ (base32 "0figfb1i22hfkkhzpprmpp723s01r43x725a1ab0pc9gsxqg90nx"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)))