diff options
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6707bdf8e1c..28a31058a2d 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -262,7 +262,7 @@ writing applications that talk to network enabled embedded | |||
| 262 | (define-public python-alpaca-py | 262 | (define-public python-alpaca-py |
| 263 | (package | 263 | (package |
| 264 | (name "python-alpaca-py") | 264 | (name "python-alpaca-py") |
| 265 | (version "0.43.2") | 265 | (version "0.43.5") |
| 266 | (source | 266 | (source |
| 267 | (origin | 267 | (origin |
| 268 | (method git-fetch) | 268 | (method git-fetch) |
| @@ -271,7 +271,7 @@ writing applications that talk to network enabled embedded | |||
| 271 | (commit (string-append "v" version)))) | 271 | (commit (string-append "v" version)))) |
| 272 | (file-name (git-file-name name version)) | 272 | (file-name (git-file-name name version)) |
| 273 | (sha256 | 273 | (sha256 |
| 274 | (base32 "0majn27r2s2z5nbqvkpmw04kswhj9xkmvmm0rkvb3fga9lwwivlb")))) | 274 | (base32 "1kiq8b1v58yj7fypmnfn4mij1n96ym1i9lxsd4gmbv0cgpn10nqv")))) |
| 275 | (build-system pyproject-build-system) | 275 | (build-system pyproject-build-system) |
| 276 | (native-inputs | 276 | (native-inputs |
| 277 | (list python-poetry-core | 277 | (list python-poetry-core |
| @@ -283,6 +283,7 @@ writing applications that talk to network enabled embedded | |||
| 283 | (list python-msgpack | 283 | (list python-msgpack |
| 284 | python-pandas | 284 | python-pandas |
| 285 | python-pydantic | 285 | python-pydantic |
| 286 | python-pytz | ||
| 286 | python-requests | 287 | python-requests |
| 287 | python-sseclient-py | 288 | python-sseclient-py |
| 288 | python-websockets)) | 289 | python-websockets)) |
