diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-03-09 21:39:51 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-03-09 22:05:27 +0100 |
commit | 1443bb0f1991c9c07f2187d15803a2e5be167f5b (patch) | |
tree | e5de17982caa3ffce9c0760f9f50710ef411c088 /gnu | |
parent | cf1ef75cc4542eed74db8d22877e412f9302e8db (diff) | |
download | guix-1443bb0f1991c9c07f2187d15803a2e5be167f5b.tar.gz |
gnu: r-tiff: Update to 0.1-7.
* gnu/packages/cran.scm (r-tiff): Update to 0.1-7.
Diffstat (limited to 'gnu')
-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 607ea4a7c6..b6fb030c9b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -11716,14 +11716,14 @@ redundant complex conjugate when the input is real data.") (define-public r-tiff (package (name "r-tiff") - (version "0.1-6") + (version "0.1-7") (source (origin (method url-fetch) (uri (cran-uri "tiff" version)) (sha256 (base32 - "1yy4im2lwzhjnnkfwxgkknsajvm83pcwaf370pkgfva2db0xjfv2")))) + "101n6x70fr1dhcwx53g3s8q1j4wh93y0388v1s1316f8558rxqxh")))) (build-system r-build-system) (inputs `(("libtiff" ,libtiff) |