diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-04-14 16:05:36 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-04-14 16:40:59 +0200 |
commit | e1e73f6b0e651440cd34ae87d6ab77cffc3e63c9 (patch) | |
tree | 8c4d18935c2b0a971fa08b9738928d026e1535ff | |
parent | 96cda4517d50321f9753f787a423b004f9c9e620 (diff) | |
download | patches-e1e73f6b0e651440cd34ae87d6ab77cffc3e63c9.tar patches-e1e73f6b0e651440cd34ae87d6ab77cffc3e63c9.tar.gz |
gnu: r-compositions: Update to 1.40-5.
* gnu/packages/cran.scm (r-compositions): Update to 1.40-5.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 85af00237c..ec0d76f474 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -12076,14 +12076,14 @@ users of rARPACK are advised to switch to the RSpectra package.") (define-public r-compositions (package (name "r-compositions") - (version "1.40-4") + (version "1.40-5") (source (origin (method url-fetch) (uri (cran-uri "compositions" version)) (sha256 (base32 - "0z40llyij3cc80ac1vzzrpykk6ysp89bn6dyyh40fbnc4anwx69a")))) + "0l9ayz2nb2wqhl7v9hkfl7pd950ba0h6hma8zqncbcxh6xh2k7l7")))) (build-system r-build-system) (propagated-inputs `(("r-bayesm" ,r-bayesm) |