guix-commits
[Top][All Lists]
Advanced

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

31/89: gnu: r-sp: Update to 1.4-2.


From: guix-commits
Subject: 31/89: gnu: r-sp: Update to 1.4-2.
Date: Thu, 11 Jun 2020 11:04:15 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6aa54116c6dc97738b1872ab279e347ee7931cd6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 15:05:09 2020 +0200

    gnu: r-sp: Update to 1.4-2.
    
    * gnu/packages/cran.scm (r-sp): Update to 1.4-2.
---
 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 6d04f4b..bab2c5d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2313,13 +2313,13 @@ most popular ones.")
 (define-public r-sp
   (package
     (name "r-sp")
-    (version "1.4-1")
+    (version "1.4-2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sp" version))
        (sha256
-        (base32 "0fbh865r4py89g6ln8bslig2vbxxwa642p5k5g02rskyhajg35lg"))))
+        (base32 "02jxsd30apzjbdbssirysq70d4svdwzn931jhxr0ladl72g9bqvk"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)))



reply via email to

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