diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-06 21:38:14 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-06 21:39:24 +0100 |
commit | b159b8a760abab6fd2e105d85915211fef1032c4 (patch) | |
tree | 506c92c23e616f52912ea564282813426b99f20c | |
parent | 605126807657a9f64ced2c96e44c7067b3b0a96f (diff) | |
download | patches-b159b8a760abab6fd2e105d85915211fef1032c4.tar patches-b159b8a760abab6fd2e105d85915211fef1032c4.tar.gz |
gnu: r-multicool: Update to 0.1-11.
* gnu/packages/cran.scm (r-multicool): Update to 0.1-11.
-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 e5d8a4ea5a..eb2e046bec 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -9231,14 +9231,14 @@ image formats, including PNG, Postscript, SVG, PGF.") (define-public r-multicool (package (name "r-multicool") - (version "0.1-10") + (version "0.1-11") (source (origin (method url-fetch) (uri (cran-uri "multicool" version)) (sha256 (base32 - "1ybg9piya9psqg42w9i3zsnavbxhkfklfwl7cb420i5nkq6wpc2v")))) + "0xk408qbz9cxwf51j3pmy55gcjcnws8mc6j3vyn9zhramxj7x40w")))) (build-system r-build-system) (propagated-inputs `(("r-rcpp" ,r-rcpp))) (home-page "https://cran.r-project.org/web/packages/multicool/") |