guix-commits
[Top][All Lists]
Advanced

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

66/158: gnu: r-intergraph: Update to 2.0-3.


From: guix-commits
Subject: 66/158: gnu: r-intergraph: Update to 2.0-3.
Date: Mon, 28 Aug 2023 11:11:34 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c2cf3af0c81f1d99ca57b45d4905940ba0f4dc63
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:16:24 2023 +0200

    gnu: r-intergraph: Update to 2.0-3.
    
    * gnu/packages/cran.scm (r-intergraph): Update to 2.0-3.
---
 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 564fc5f784..7b348fde22 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14111,14 +14111,14 @@ through permutation testing.")
 (define-public r-intergraph
   (package
     (name "r-intergraph")
-    (version "2.0-2")
+    (version "2.0-3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "intergraph" version))
        (sha256
         (base32
-         "18a7xgb2rp0w9jl2rkh8nzyjprrs5w7h2iidvc8c38bzx3qpggkc"))))
+         "1s578six6chn98ifgc8kdi2kxgim0mgw5di9sbk8c4aamjl40iim"))))
     (properties `((upstream-name . "intergraph")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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