diff options
Diffstat (limited to 'gnu/packages/python-graphics.scm')
| -rw-r--r-- | gnu/packages/python-graphics.scm | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/gnu/packages/python-graphics.scm b/gnu/packages/python-graphics.scm index 631695f4c9b..1877e0935c7 100644 --- a/gnu/packages/python-graphics.scm +++ b/gnu/packages/python-graphics.scm | |||
| @@ -79,17 +79,20 @@ | |||
| 79 | (define-public python-asyncgui | 79 | (define-public python-asyncgui |
| 80 | (package | 80 | (package |
| 81 | (name "python-asyncgui") | 81 | (name "python-asyncgui") |
| 82 | (version "0.8.0") | 82 | (version "0.11.1") |
| 83 | (source | 83 | (source |
| 84 | (origin | 84 | (origin |
| 85 | (method git-fetch) ; no tests in PyPI release | 85 | (method git-fetch) |
| 86 | (uri (git-reference | 86 | (uri (git-reference |
| 87 | (url "https://github.com/asyncgui/asyncgui") | 87 | (url "https://github.com/asyncgui/asyncgui") |
| 88 | (commit version))) | 88 | (commit (string-append "v" version)))) |
| 89 | (file-name (git-file-name name version)) | 89 | (file-name (git-file-name name version)) |
| 90 | (sha256 | 90 | (sha256 |
| 91 | (base32 "1b074msb580wify2wag3swm3s21x23kckxpw974y6dibsmrfr5n3")))) | 91 | (base32 "0fcd4gshygwcfpmxb3sas9awp15rv3m3m1gcxdbf2vrbdchdqhgf")))) |
| 92 | (build-system pyproject-build-system) | 92 | (build-system pyproject-build-system) |
| 93 | (arguments | ||
| 94 | (list | ||
| 95 | #:build-backend "poetry.core.masonry.api")) | ||
| 93 | (native-inputs | 96 | (native-inputs |
| 94 | (list python-poetry-core | 97 | (list python-poetry-core |
| 95 | python-pytest)) | 98 | python-pytest)) |
