gnu: qtpurchasing: Update to 5.15.8.

* gnu/packages/qt.scm (qtpurchasing): Update to 5.15.8.
This commit is contained in:
Maxim Cournoyer 2023-03-27 16:09:53 -04:00
parent 377dca61c6
commit 148fc69ee8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2181,17 +2181,17 @@ (define-public qtpositioning
(license (package-license qtbase)))) (license (package-license qtbase))))
(define-public qtpurchasing (define-public qtpurchasing
(package (inherit qtsvg-5) (package
(inherit qtsvg-5)
(name "qtpurchasing") (name "qtpurchasing")
(version "5.15.5") (version "5.15.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (qt-urls name version)) (uri (qt-urls name version))
(sha256 (sha256
(base32 (base32
"04z6mwzn73gg56hgs7gividinfgndx4kmcnp7w6h3wamrdlkfdx7")))) "0bjky5ncg9yhz4a63g3jl1r5pa6i09f6g8wgzs591mhybrbmhcw8"))))
(inputs (inputs (list qtbase-5 qtdeclarative-5))
(list qtbase-5 qtdeclarative-5))
(synopsis "Qt Purchasing module") (synopsis "Qt Purchasing module")
(description "The Qt Purchasing module provides and in-app API for (description "The Qt Purchasing module provides and in-app API for
purchasing goods and services."))) purchasing goods and services.")))