mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01: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
|
(define-public python-anyqt
|
||||||
(package
|
(package
|
||||||
(name "python-anyqt")
|
(name "python-anyqt")
|
||||||
(version "0.0.13")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "AnyQt" version))
|
(uri (pypi-uri "AnyQt" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0z7myf0mp1qx4gza6ncqyq9whk67vblmh9n3klk19dv4aakjml2f"))))
|
(base32 "0fvnhdk0nzhlm1xydisvdq1w7lwaakdkbwb1rkyz4vd232wji4jb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;there are no tests
|
`(#:tests? #f ;there are no tests
|
||||||
|
|
Loading…
Reference in a new issue