diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-05-13 13:58:05 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-05-13 14:16:48 +0200 |
commit | 1015099d506fcf1b3e56d03ece47a992c185cdec (patch) | |
tree | 29a586d4d5f2311bfd2013a5b7d34cdc0d26176b /gnu/packages | |
parent | 04a3ecc79ec01242acd0928f89bf982f50c866df (diff) | |
download | patches-1015099d506fcf1b3e56d03ece47a992c185cdec.tar patches-1015099d506fcf1b3e56d03ece47a992c185cdec.tar.gz |
gnu: hugin: Update to 2019.0.0.
* gnu/packages/photo.scm (hugin): Update to 2019.0.0.
Diffstat (limited to 'gnu/packages')
-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 328eddfbfa..2bf53d1c1e 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -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) |