guix-commits
[Top][All Lists]
Advanced

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

04/158: gnu: r-proj4: Update to 1.0-13.


From: guix-commits
Subject: 04/158: gnu: r-proj4: Update to 1.0-13.
Date: Mon, 28 Aug 2023 11:11:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7fa2aacadef3499356144d86f72c411dbc7de639
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 11:43:12 2023 +0200

    gnu: r-proj4: Update to 1.0-13.
    
    * gnu/packages/cran.scm (r-proj4): Update to 1.0-13.
---
 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 7673f0ffbb..e4582158b1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1246,13 +1246,13 @@ highlight styles are supported.")
 (define-public r-proj4
   (package
     (name "r-proj4")
-    (version "1.0-12")
+    (version "1.0-13")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "proj4" version))
               (sha256
                (base32
-                "1y3n6zjc4s78pagq5f2x9sdfjg5x5nwnhq67jd06fndlsma8mssa"))))
+                "1wvp17x58i614mnrjp0idzfi7s3g7pz41x8cxv05ryi9iz5l0m5c"))))
     (properties `((upstream-name . "proj4")))
     (build-system r-build-system)
     (inputs (list proj-7 zlib))



reply via email to

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