mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
2f6114b6a0
commit
65a6e85127
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue