mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtpurchasing: Update to 5.15.8.
* gnu/packages/qt.scm (qtpurchasing): Update to 5.15.8.
This commit is contained in:
parent
377dca61c6
commit
148fc69ee8
1 changed files with 9 additions and 9 deletions
|
@ -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))
|
||||
"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.")))
|
||||
|
|
Loading…
Reference in a new issue