[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: r-rgdal: Replace proj.4 with proj.
From: |
guix-commits |
Subject: |
branch master updated: gnu: r-rgdal: Replace proj.4 with proj. |
Date: |
Mon, 12 Oct 2020 06:10:48 -0400 |
This is an automated email from the git hooks/post-receive script.
arunisaac pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 265b2bc gnu: r-rgdal: Replace proj.4 with proj.
265b2bc is described below
commit 265b2bc5d37b57ced243522e370191c42363409f
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Sun Feb 23 00:46:32 2020 +0530
gnu: r-rgdal: Replace proj.4 with proj.
* gnu/packages/cran.scm (r-rgdal)[inputs]: Replace proj.4 with proj.
---
gnu/packages/cran.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a135a8d..e774782 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29,6 +29,7 @@
;;; Copyright © 2020 Lars-Dominik Braun <ldb@leibniz-psychology.org>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Antoine Côté <antoine.cote@posteo.net>
+;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -16873,7 +16874,7 @@ effect size.")
(build-system r-build-system)
(inputs
`(("gdal" ,gdal)
- ("proj.4" ,proj.4)
+ ("proj" ,proj)
("zlib" ,zlib)))
(propagated-inputs
`(("r-sp" ,r-sp)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: r-rgdal: Replace proj.4 with proj.,
guix-commits <=