guix-commits
[Top][All Lists]
Advanced

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

01/16: gnu: hugin: Update to 2021.0.0.


From: guix-commits
Subject: 01/16: gnu: hugin: Update to 2021.0.0.
Date: Thu, 28 Jul 2022 20:46:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3a5e01aa7bf2ee1c22625bbd1686d931290734f1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:03 2022 +0200

    gnu: hugin: Update to 2021.0.0.
    
    * gnu/packages/photo.scm (hugin): Update to 2021.0.0.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/photo.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 313cc15dbf..100bd4c60a 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -690,7 +690,7 @@ off' shooting directly from the controlling computer.")
 (define-public hugin
   (package
     (name "hugin")
-    (version "2020.0.0")
+    (version "2021.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/hugin/hugin/hugin-"
@@ -698,7 +698,7 @@ off' shooting directly from the controlling computer.")
                                   "/hugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "1jyazc0mbr9g7vrichpqqnfl72lj21244csk0z5i8ycs4l0pcgi8"))))
+                "1ngadsv22ii05kmvpzdivhwlks4pnv9ijz7j9srl8y54gy5flyh4"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)
@@ -747,8 +747,7 @@ off' shooting directly from the controlling computer.")
                (("wxT\\(\"enblend\"\\)")
                 (string-append "wxT(\"" (which "enblend") "\")"))
                (("wxT\\(\"enfuse\"\\)")
-                (string-append "wxT(\"" (which "enfuse") "\")")))
-             #t)))))
+                (string-append "wxT(\"" (which "enfuse") "\")"))))))))
     (home-page "http://hugin.sourceforge.net/";)
     (synopsis "Panorama photo stitcher")
     (description



reply via email to

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