me
/
guix
Archived
1
0
Fork 0

gnu: python-pyqt-builder: Update to 1.14.1.

* gnu/packages/qt.scm (python-pyqt-builder): Update to 1.14.1.
master
Lars-Dominik Braun 2023-03-30 11:49:06 +02:00
parent eebb0bfd68
commit 9b7e8365e2
No known key found for this signature in database
GPG Key ID: F663943E08D8092A
1 changed files with 2 additions and 2 deletions

View File

@ -3463,14 +3463,14 @@ itself.")
(define-public python-pyqt-builder (define-public python-pyqt-builder
(package (package
(name "python-pyqt-builder") (name "python-pyqt-builder")
(version "1.9.0") (version "1.14.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "PyQt-builder" version)) (uri (pypi-uri "PyQt-builder" version))
(sha256 (sha256
(base32 (base32
"0nh0054c54ji3sm6d268fccf0y5f613spswwgwqd3rnn816hnljl")))) "00m5piryz9l4hp5z1ncaqicsp29kj71akdh4b10432zz18q3xg43"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
(list python-sip)) (list python-sip))