unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46677] [PATCH] gnu: hugin: Update to 2020.0.0.
@ 2021-02-21  8:34 Lars-Dominik Braun
  2021-02-21  9:27 ` bug#46677: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Lars-Dominik Braun @ 2021-02-21  8:34 UTC (permalink / raw)
  To: 46677

* gnu/packages/photo.scm (hugin): Update to 2020.0.0.
[inputs]: Use current exiv2.
---
 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 7ed1f1745a..5b15c1a727 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)
-- 
2.26.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46677: [PATCH] gnu: hugin: Update to 2020.0.0.
  2021-02-21  8:34 [bug#46677] [PATCH] gnu: hugin: Update to 2020.0.0 Lars-Dominik Braun
@ 2021-02-21  9:27 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-02-21  9:27 UTC (permalink / raw)
  To: Lars-Dominik Braun; +Cc: 46677-done

Hello,

Lars-Dominik Braun <lars@6xq.net> writes:

> * gnu/packages/photo.scm (hugin): Update to 2020.0.0.

Applied. Thank you.

> [inputs]: Use current exiv2.

I guess we can remove exiv2-0.26, since this was the last occurrence in
the code base.

Regards,

-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-21  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-21  8:34 [bug#46677] [PATCH] gnu: hugin: Update to 2020.0.0 Lars-Dominik Braun
2021-02-21  9:27 ` bug#46677: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).