mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 05:59:20 -05:00
gnu: qtpurchasing: Update to 5.15.10.
* gnu/packages/qt.scm (qtpurchasing): Update to 5.15.10.
This commit is contained in:
parent
37586ace34
commit
284df7eae0
1 changed files with 2 additions and 2 deletions
|
@ -2319,13 +2319,13 @@ (define-public qtpurchasing
|
||||||
(package
|
(package
|
||||||
(inherit qtsvg-5)
|
(inherit qtsvg-5)
|
||||||
(name "qtpurchasing")
|
(name "qtpurchasing")
|
||||||
(version "5.15.8")
|
(version "5.15.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bjky5ncg9yhz4a63g3jl1r5pa6i09f6g8wgzs591mhybrbmhcw8"))))
|
"0gzxzcr9x45nd90481hdbj5shvaax00qjr1kx3lkcp13187pyacb"))))
|
||||||
(inputs (list qtbase-5 qtdeclarative-5))
|
(inputs (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
|
||||||
|
|
Loading…
Reference in a new issue