mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-anyqt: Update to 0.2.0.
* gnu/packages/python-xyz.scm (python-anyqt): Update to 0.2.0.
This commit is contained in:
parent
be18d943ba
commit
1442d5d6de
1 changed files with 2 additions and 2 deletions
|
@ -16955,13 +16955,13 @@ (define-public python-translitcodec
|
|||
(define-public python-anyqt
|
||||
(package
|
||||
(name "python-anyqt")
|
||||
(version "0.0.13")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "AnyQt" version))
|
||||
(sha256
|
||||
(base32 "0z7myf0mp1qx4gza6ncqyq9whk67vblmh9n3klk19dv4aakjml2f"))))
|
||||
(base32 "0fvnhdk0nzhlm1xydisvdq1w7lwaakdkbwb1rkyz4vd232wji4jb"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;there are no tests
|
||||
|
|
Loading…
Reference in a new issue