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 a3041f53e7
commit ae9a26a543
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))))
(define-public qtpurchasing
(package (inherit qtsvg-5)
(package
(inherit qtsvg-5)
(name "qtpurchasing")
(version "5.15.5")
(version "5.15.8")
(source (origin
(method url-fetch)
(uri (qt-urls name version))
(sha256
(base32
"04z6mwzn73gg56hgs7gividinfgndx4kmcnp7w6h3wamrdlkfdx7"))))
(inputs
(list qtbase-5 qtdeclarative-5))
(method url-fetch)
(uri (qt-urls name version))
(sha256
(base32
"0bjky5ncg9yhz4a63g3jl1r5pa6i09f6g8wgzs591mhybrbmhcw8"))))
(inputs (list qtbase-5 qtdeclarative-5))
(synopsis "Qt Purchasing module")
(description "The Qt Purchasing module provides and in-app API for
purchasing goods and services.")))