mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: qtserialbus: Update to 5.15.15.
* gnu/packages/qt.scm (qtserialbus): Update to 5.15.15. Change-Id: Icb2549ba3ae491c83a71a77bceaf24a2fc5add6c
This commit is contained in:
parent
f8d97e3b01
commit
47a16a42af
1 changed files with 2 additions and 2 deletions
|
@ -2169,13 +2169,13 @@ (define-public qtserialbus
|
|||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtserialbus")
|
||||
(version "5.15.10")
|
||||
(version "5.15.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1i7zc5nlp9by0sr6qlls89zqm84sdxl1h4mr30dbxwsvvrqkmhf9"))))
|
||||
"0dsmrxksl8n47p2lz7mw9d3ia7g4aj096c09cqq22f4bg1syvfkb"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:phases phases '%standard-phases)
|
||||
|
|
Loading…
Reference in a new issue