guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4056a38ab018d854d416fc5d6274f9b0b0577d95
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 29f5ddd923..cd8a256740 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))