diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-07-24 02:00:00 +0200 |
commit | 3a5e01aa7bf2ee1c22625bbd1686d931290734f1 (patch) | |
tree | d1f6e4a3020bd7f377b25f0a1f0d5249eae69044 | |
parent | e6bdd94c38c125395456444451726f3ffee66bab (diff) |
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.
-rw-r--r-- | gnu/packages/photo.scm | 7 |
1 files 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 |