me
/
guix
Archived
1
0
Fork 0

gnu: hugin: Update to 2019.0.0.

* gnu/packages/photo.scm (hugin): Update to 2019.0.0.
master
Marius Bakke 2019-05-13 13:58:05 +02:00
parent 04a3ecc79e
commit 1015099d50
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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)