diff options
author | Ricardo Wurmus <[email protected]> | 2024-05-13 21:59:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2024-05-13 22:27:37 +0200 |
commit | 336e3ad9575566a3d89142a7ce8551d98a8e2b1e (patch) | |
tree | 1bd844c81c09cdb36f490e80b2a6697e0c260cb0 | |
parent | 6d7d9513e3f2d20713f564c8b699589e99d7e8ab (diff) |
gnu: r-imager: Update to 1.0.2.
* gnu/packages/cran.scm (r-imager): Update to 1.0.2.
Change-Id: I678a384037c4c265d2a2b06f2b3b8013abb6d017
-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 cb4980999e..940aa90595 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -30517,14 +30517,14 @@ number embedded in the file rather than the file extension.") (define-public r-imager (package (name "r-imager") - (version "1.0.1") + (version "1.0.2") (source (origin (method url-fetch) (uri (cran-uri "imager" version)) (sha256 (base32 - "0i8rkz38y4xybh28jrwijrrmzfnj4pwifpwpgl345jgf4cxg0hxm")))) + "0sjn3ig5p020gml200cy5bdbrbql7qv1fqhhzjpcbmhprf39113w")))) (properties `((upstream-name . "imager"))) (build-system r-build-system) (inputs |