mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-celery: Update to 5.4.0.
* gnu/packages/python-xyz.scm (python-celery): Update to 5.4.0. [native-inputs]: Add python-google-cloud-storage. Change-Id: I9ddb215661491deaab0d8dc31207cd3043637d21
This commit is contained in:
parent
a268e94bf2
commit
fdc6274de5
1 changed files with 3 additions and 2 deletions
|
@ -19566,13 +19566,13 @@ (define-public python-billiard
|
|||
(define-public python-celery
|
||||
(package
|
||||
(name "python-celery")
|
||||
(version "5.3.6")
|
||||
(version "5.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "celery" version))
|
||||
(sha256
|
||||
(base32 "1fdacw13ij94s59l6lspl09iv6fc8h1p6399jz1h00kwfcfwf347"))))
|
||||
(base32 "01p7lyydhqk7fna5zn49qxj3yk0xah63725dmkajjc4d1qa1jjjh"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -19594,6 +19594,7 @@ (define-public python-celery
|
|||
(list python-case
|
||||
python-dnspython
|
||||
python-flaky
|
||||
python-google-cloud-storage
|
||||
python-iniconfig
|
||||
python-moto
|
||||
python-msgpack
|
||||
|
|
Loading…
Reference in a new issue