guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: hugin: Update to 2020.0.0.


From: guix-commits
Subject: branch master updated: gnu: hugin: Update to 2020.0.0.
Date: Sun, 21 Feb 2021 04:26:11 -0500

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5fb1bff  gnu: hugin: Update to 2020.0.0.
5fb1bff is described below

commit 5fb1bff1ca49f01245ef977d317f13ca69eb6a4f
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Feb 21 09:34:36 2021 +0100

    gnu: hugin: Update to 2020.0.0.
    
    * gnu/packages/photo.scm (hugin): Update to 2020.0.0.
    [inputs]: Use current exiv2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/photo.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 7ed1f17..5b15c1a 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -694,7 +694,7 @@ off' shooting directly from the controlling computer.")
 (define-public hugin
   (package
     (name "hugin")
-    (version "2019.2.0")
+    (version "2020.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hugin/hugin/hugin-"
@@ -702,7 +702,7 @@ off' shooting directly from the controlling computer.")
                                   "/hugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "0gjsm5bgz10wbr5q3y74f8dzb238dh32xx0p5wa3yca6lbzbv9lb"))))
+                "1jyazc0mbr9g7vrichpqqnfl72lj21244csk0z5i8ycs4l0pcgi8"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
@@ -710,7 +710,7 @@ off' shooting directly from the controlling computer.")
     (inputs
      `(("boost" ,boost)
        ("enblend-enfuse" ,enblend-enfuse)
-       ("exiv2" ,exiv2-0.26)
+       ("exiv2" ,exiv2)
        ("fftw" ,fftw)
        ("flann" ,flann)
        ("freeglut" ,freeglut)



reply via email to

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