diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-08 12:01:55 +0800 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-25 11:30:33 +0200 |
commit | 67c1d32c72814adb31a9b2a0cb96a7c2b3ac4373 (patch) | |
tree | 896f35dc6532522b858acfa5cf6f783c22069c32 | |
parent | 56950e400e68a6b5f702668590b5c65b4d0febe4 (diff) |
gnu: qtnetworkauth-5: Update to 5.15.16.
* gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.16.
Change-Id: Ic3a9b1afef06ee09abbb4440ad6d78f866809a78
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index c07edf6148..fe39b7ec27 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2977,13 +2977,13 @@ customized by using themes or by adding custom items and labels to them.") (define-public qtnetworkauth-5 (package (inherit qtsvg-5) (name "qtnetworkauth") - (version "5.15.15") + (version "5.15.16") (source (origin (method url-fetch) (uri (qt-url name version)) (sha256 (base32 - "1w8pjadaxzz7frk77a383ysbavaimzlcm1hc9r7hvb8cwq8zs0r9")))) + "0ms92n04mabv09lwmc1w4qc4nxl0wsz6xl652skgzf8psf4c39mz")))) (inputs (list qtbase-5)) (synopsis "Qt Network Authorization module") (description "The Qt Network Authorization module provides an |