gnu: hugin: Update to 2025.0.1.

* gnu/packages/photo.scm (hugin): Update to 2025.0.1.

Change-Id: I15c06e04f16d986fbc920ddc324fb4218ce0ec6e
This commit is contained in:
Sughosha 2025-12-21 13:47:51 +05:30
parent 2f6114b6a0
commit 65a6e85127
No known key found for this signature in database
GPG key ID: CDBC0BD95943A706

View file

@ -909,7 +909,7 @@ off' shooting directly from the controlling computer.")
(define-public hugin
(package
(name "hugin")
(version "2024.0.1")
(version "2025.0.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/hugin/hugin/hugin-"
@ -917,7 +917,7 @@ off' shooting directly from the controlling computer.")
"/hugin-" version ".tar.bz2"))
(sha256
(base32
"1r57bgq9dr2wi182vl6qm2kgaz2f6wz8sxikr14k3djfxgg0rv0k"))))
"0ydb28wj9jxmrini64sm7n42i4iqi2yg9yhnz33qr158lqrypy3w"))))
(build-system cmake-build-system)
(native-inputs
(list gettext-minimal pkg-config))