guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

44/99: gnu: r-tiff: Update to 0.1-7.


From: guix-commits
Subject: 44/99: gnu: r-tiff: Update to 0.1-7.
Date: Tue, 9 Mar 2021 16:07:15 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1443bb0f1991c9c07f2187d15803a2e5be167f5b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 9 21:39:51 2021 +0100

    gnu: r-tiff: Update to 0.1-7.
    
    * gnu/packages/cran.scm (r-tiff): Update to 0.1-7.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 607ea4a..b6fb030 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]