apteryx pushed a commit to branch staging
in repository guix.

commit 0f1ba909db601deaa13273bf5b4a0faaa544844c
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Mar 27 15:27:08 2023 -0400

    gnu: qtimageformats: Update to 5.15.8.
    
    * gnu/packages/qt.scm (qtimageformats): Update to 5.15.8.
---
 gnu/packages/qt.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 632f9cba0f..9df7eb705f 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1063,13 +1063,13 @@ HostData=lib/qt5
 (define-public qtimageformats
   (package (inherit qtsvg-5)
     (name "qtimageformats")
-    (version "5.15.5")
+    (version "5.15.8")
     (source (origin
              (method url-fetch)
              (uri (qt-urls name version))
              (sha256
               (base32
-               "1xjb2z2h1ajw7z9cwq8djpdvjwalpnmirwcwrlbjqv5r4ghmi82a"))
+               "0c6fq9zcw5hbkiny56wx2fbm123x14l7habydv6zhvnhn3rhwi31"))
              (modules '((guix build utils)))
              (snippet
               '(begin

Reply via email to