mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: hugin: Update to 2019.0.0.
* gnu/packages/photo.scm (hugin): Update to 2019.0.0.
This commit is contained in:
parent
04a3ecc79e
commit
1015099d50
1 changed files with 2 additions and 2 deletions
|
@ -429,7 +429,7 @@ (define-public darktable
|
||||||
(define-public hugin
|
(define-public hugin
|
||||||
(package
|
(package
|
||||||
(name "hugin")
|
(name "hugin")
|
||||||
(version "2018.0.0")
|
(version "2019.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/hugin/hugin/hugin-"
|
(uri (string-append "mirror://sourceforge/hugin/hugin/hugin-"
|
||||||
|
@ -437,7 +437,7 @@ (define-public hugin
|
||||||
"/hugin-" version ".tar.bz2"))
|
"/hugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jv5wpqbq49fhbl5g521g1qxhdm1rm7acxd18fr3n3n5d830vbyk"))))
|
"1l925qslp98gg7yzmgps10h6dq0nb60wbfk345anlxsv0g2ifizr"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gnu-gettext)
|
`(("gettext" ,gnu-gettext)
|
||||||
|
|
Loading…
Reference in a new issue