guix-commits
[Top][All Lists]
Advanced

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

07/25: gnu: r-intergraph: Update to 2.0-4.


From: guix-commits
Subject: 07/25: gnu: r-intergraph: Update to 2.0-4.
Date: Thu, 1 Feb 2024 17:09:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ff7703e347f86838b23aa89a6b8515b9e7ce2611
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 1 22:13:02 2024 +0100

    gnu: r-intergraph: Update to 2.0-4.
    
    * gnu/packages/cran.scm (r-intergraph): Update to 2.0-4.
    
    Change-Id: Ic3301e0a5b3f510540298589f9a483e6f17adabd
---
 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 12bd37b3e7..c3eb1dcf76 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15159,14 +15159,14 @@ through permutation testing.")
 (define-public r-intergraph
   (package
     (name "r-intergraph")
-    (version "2.0-3")
+    (version "2.0-4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "intergraph" version))
        (sha256
         (base32
-         "1s578six6chn98ifgc8kdi2kxgim0mgw5di9sbk8c4aamjl40iim"))))
+         "1jarzhrgm5g8z2h10h8x7jk9q2al6rx5kgnwvwi2199am6gjypsq"))))
     (properties `((upstream-name . "intergraph")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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