guix-commits
[Top][All Lists]
Advanced

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

12/48: gnu: r-sp: Update to 2.1-4.


From: guix-commits
Subject: 12/48: gnu: r-sp: Update to 2.1-4.
Date: Tue, 7 May 2024 16:20:51 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit d5ebec6ee4a5d38febe55c50a74bb51177a552b8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 22:18:42 2024 +0200

    gnu: r-sp: Update to 2.1-4.
    
    * gnu/packages/cran.scm (r-sp): Update to 2.1-4.
    
    Change-Id: Id4d21cf39ac47dba310f16d26d294ec314925b45
---
 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 fbe9dab336..21f90f9228 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7670,13 +7670,13 @@ most popular ones.")
 (define-public r-sp
   (package
     (name "r-sp")
-    (version "2.1-3")
+    (version "2.1-4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sp" version))
        (sha256
-        (base32 "0m44qr2l8xmqbgi95h200bwy9ca8jihiqzfarws1p09lwmr954zs"))))
+        (base32 "02lz8wcx16ay3zdqhdb57847i9qg2wzajrfp1z2xpmyjc7xyg1g1"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-lattice))



reply via email to

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