bavier pushed a commit to branch master
in repository guix.
commit 6878890c42c7cb5b394f505731b798899e155c38
Author: Eric Bavier <[email protected]>
Date: Fri Nov 30 00:15:41 2018 -0600
hugin: Update to 2018.0.0.
* gnu/packages/photo.scm (hugin): Update 2018.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 afa5022..1aa24b1 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -422,7 +422,7 @@ and enhance them.")
(define-public hugin
(package
(name "hugin")
- (version "2016.2.0")
+ (version "2018.0.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/hugin/hugin/hugin-"
@@ -430,7 +430,7 @@ and enhance them.")
"/hugin-" version ".tar.bz2"))
(sha256
(base32
- "058zd63vx29yrx2pphbbll7kzcxkai22q26lpw13rn4lvp41pasl"))))
+ "1jv5wpqbq49fhbl5g521g1qxhdm1rm7acxd18fr3n3n5d830vbyk"))))
(build-system cmake-build-system)
(native-inputs
`(("gettext" ,gnu-gettext)