diff options
author | Eric Bavier <bavier@member.fsf.org> | 2018-11-30 00:15:41 -0600 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2018-11-30 00:21:26 -0600 |
commit | 6878890c42c7cb5b394f505731b798899e155c38 (patch) | |
tree | 9147c0a03ea271d1a0dc2257d35456a1fbd5b0d2 | |
parent | 045d77cc0f360d928f6be4cacfe58325c8e90d0c (diff) | |
download | guix-6878890c42c7cb5b394f505731b798899e155c38.tar.gz guix-6878890c42c7cb5b394f505731b798899e155c38.zip |
hugin: Update to 2018.0.0.
* gnu/packages/photo.scm (hugin): Update 2018.0.0.
-rw-r--r-- | gnu/packages/photo.scm | 4 |
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) |