guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 28dd761e5c53b97695184a903a33476d0570c061
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Jul 31 13:46:20 2025 +0200

    gnu: r-proj4: Modernize input.
    
    * gnu/packages/cran.scm (r-proj4)[inputs]: Replace proj-7 by proj.
    (properties)[updater-extra-inputs]: Change accordingly.
    
    Change-Id: I165dc11f17388ce5dcd2e71a677235123e05891a
---
 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 6b81eb2937..48adf3aaac 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6409,10 +6409,10 @@ by R (also native code).")
                 "056ki0z22wqsp5d89ihrsb3xf2h1jiabgy420vc51qcikl27vk7f"))))
     (properties
      '((upstream-name . "proj4")
-       (updater-extra-inputs . ("proj-7"))
+       (updater-extra-inputs . ("proj"))
        (updater-ignored-inputs . ("curl" "openssh" "openssl"))))
     (build-system r-build-system)
-    (inputs (list proj-7 zlib))
+    (inputs (list proj zlib))
     (native-inputs (list pkg-config))
     (home-page "https://www.rforge.net/proj4/";)
     (synopsis "Simple interface to the PROJ.4 cartographic projections 
library")

Reply via email to