mbakke pushed a commit to branch master
in repository guix.
commit 1015099d506fcf1b3e56d03ece47a992c185cdec
Author: Marius Bakke <[email protected]>
Date: Mon May 13 13:58:05 2019 +0200
gnu: hugin: Update to 2019.0.0.
* gnu/packages/photo.scm (hugin): Update to 2019.0.0.
---
gnu/packages/photo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 328eddf..2bf53d1 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -429,7 +429,7 @@ and enhance them.")
(define-public hugin
(package
(name "hugin")
- (version "2018.0.0")
+ (version "2019.0.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/hugin/hugin/hugin-"
@@ -437,7 +437,7 @@ and enhance them.")
"/hugin-" version ".tar.bz2"))
(sha256
(base32
- "1jv5wpqbq49fhbl5g521g1qxhdm1rm7acxd18fr3n3n5d830vbyk"))))
+ "1l925qslp98gg7yzmgps10h6dq0nb60wbfk345anlxsv0g2ifizr"))))
(build-system cmake-build-system)
(native-inputs
`(("gettext" ,gnu-gettext)