summaryrefslogtreecommitdiff
path: root/gnu/packages/photo.scm
diff options
context:
space:
mode:
authorEric Bavier <bavier@member.fsf.org>2018-11-30 00:15:41 -0600
committerEric Bavier <bavier@member.fsf.org>2018-11-30 00:21:26 -0600
commit6878890c42c7cb5b394f505731b798899e155c38 (patch)
tree9147c0a03ea271d1a0dc2257d35456a1fbd5b0d2 /gnu/packages/photo.scm
parent045d77cc0f360d928f6be4cacfe58325c8e90d0c (diff)
downloadguix-patches-6878890c42c7cb5b394f505731b798899e155c38.tar
guix-patches-6878890c42c7cb5b394f505731b798899e155c38.tar.gz
hugin: Update to 2018.0.0.
* gnu/packages/photo.scm (hugin): Update 2018.0.0.
Diffstat (limited to 'gnu/packages/photo.scm')
-rw-r--r--gnu/packages/photo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index afa5022c37..1aa24b1eed 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)