This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 51cc90f  gnu: vtk: Depend on proj instead of proj.4.
51cc90f is described below

commit 51cc90fcbf386b245c30ba3d47cc16a9219acba7
Author: Felix Gruber <[email protected]>
AuthorDate: Sat Oct 2 13:22:50 2021 +0000

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

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index df77bef..c8b1f20 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -332,7 +332,7 @@ many popular formats.")
        ("mesa" ,mesa)
        ("netcdf" ,netcdf)
        ("png" ,libpng)
-       ("proj" ,proj.4)
+       ("proj" ,proj)
        ("python", python)
        ;("pugixml" ,pugixml)
        ("sqlite" ,sqlite)

Reply via email to