This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d7bc9e7bf1 gnu: libpano13: Update to 2.9.22.
d7bc9e7bf1 is described below

commit d7bc9e7bf1f453129e2dc300cdc8f70c7f8f9ebc
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Jul 27 17:48:36 2025 +0200

    gnu: libpano13: Update to 2.9.22.
    
    * gnu/packages/photo.scm (libpano13): Update to 2.9.22.
    
    Change-Id: Ic21adce11c387a3d56f5da7fcab0a56cdb04dec9
---
 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 3b671455bd..920ae37a78 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -355,7 +355,7 @@ and a wide variety of other metadata.")
 (define-public libpano13
   (package
     (name "libpano13")
-    (version "2.9.21")
+    (version "2.9.22")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/panotools/libpano13/"
@@ -364,7 +364,7 @@ and a wide variety of other metadata.")
                                   "/libpano13-" version ".tar.gz"))
               (sha256
                (base32
-                "141mccp4klj0qdpvki97q5wjf5a1b7pj09s6c4lmwc4r452s3rbr"))))
+                "1qx8822cd81vpxnrqq6lzzcsdk9axa6vzp1i4y6w4wdyrlq6iz5g"))))
     (build-system cmake-build-system)
     (native-inputs
      (list perl))                       ; for pod2man

Reply via email to