diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-07-18 21:32:26 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:27 +0100 |
| commit | 649486193ce4bdcf265d28cb61265cc067f5cbb0 (patch) | |
| tree | 548c9c661508597b9fe84466d588475a81e051ea | |
| parent | 72e3f983c93bb14192a698064579677e8793962f (diff) | |
gnu: python-alpaca-py: Update to 0.43.5.
* gnu/packages/python-web.scm (python-alpaca-py): Update to 0.43.5.
[propagated-inputs]: Add python-pytz.
Merges: guix/guix!10013
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -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)) |
