guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 65a6e85127898e1e05c831e4b94047206a81c2ed
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 21 13:47:51 2025 +0530
gnu: hugin: Update to 2025.0.1.
* gnu/packages/photo.scm (hugin): Update to 2025.0.1.
Change-Id: I15c06e04f16d986fbc920ddc324fb4218ce0ec6e
---
gnu/packages/photo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 8afa755dc6..f25a7696c9 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -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))