efraim pushed a commit to branch master
in repository guix.

commit acf1cae83d8d72eaa641c9a9a366a21f70f24e78
Author: Felix Gruber <[email protected]>
AuthorDate: Sat Oct 2 12:56:16 2021 +0000

    gnu: xygrib: Depend on proj instead of proj.4.
    
    * gnu/packages/geo.scm (xygrib)[inputs]: Replace proj.4 with proj.
    
    Signed-off-by: Efraim Flashner <[email protected]>
---
 gnu/packages/geo.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 7394f3e..a8a66fd 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1273,7 +1273,7 @@ map display.  Downloads map data from a number of 
websites, including
        ("libnova" ,libnova)
        ("libpng" ,libpng)
        ("openjpeg" ,openjpeg)
-       ("proj.4" ,proj.4)
+       ("proj" ,proj)
        ("qtbase" ,qtbase-5)
        ("zlib" ,zlib)))
     (synopsis "Weather Forecast Visualization")

Reply via email to