diff options
author | Evan Straw <evan.straw99@gmail.com> | 2020-04-23 12:20:14 -0700 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-04-26 12:14:49 +0200 |
commit | bb85018ceb9bd1b75c7ccb4d5de959e879a2b113 (patch) | |
tree | 27f7fc1babc2c670bc2a6109a760a739d2c91c26 | |
parent | 018114baa75c1986a1a971f5e48e6b722c7741ba (diff) | |
download | guix-bb85018ceb9bd1b75c7ccb4d5de959e879a2b113.tar.gz guix-bb85018ceb9bd1b75c7ccb4d5de959e879a2b113.zip |
gnu: hugin: Update to 2019.2.0.
* gnu/packages/photo.scm (hugin): Update to 2019.2.0.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
-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 9f24b52906..1e9fab6ef3 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -525,7 +525,7 @@ and enhance them.") (define-public hugin (package (name "hugin") - (version "2019.0.0") + (version "2019.2.0") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/hugin/hugin/hugin-" @@ -533,7 +533,7 @@ and enhance them.") "/hugin-" version ".tar.bz2")) (sha256 (base32 - "1l925qslp98gg7yzmgps10h6dq0nb60wbfk345anlxsv0g2ifizr")))) + "0gjsm5bgz10wbr5q3y74f8dzb238dh32xx0p5wa3yca6lbzbv9lb")))) (build-system cmake-build-system) (native-inputs `(("gettext" ,gettext-minimal) |