diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 16:51:02 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:36 +0100 |
| commit | 8a10e756723000a6dd124a5b08a25221fd6a2116 (patch) | |
| tree | 4497631e06b73055bf1bd36a82f2439b314a3b93 | |
| parent | 774cffabebe1fb5416e09e905fa02171bf107837 (diff) | |
gnu: python-asyncgui: Update to 0.11.1.
* gnu/packages/python-graphics.scm (python-asyncgui): Update to 0.11.1.
[arguments] <#:build-backend>: Pin to "poetry.core.masonry.api".
| -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)) |
