mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: python-eventlet: Update to 0.39.1.
* gnu/packages/python-web.scm (python-eventlet): Update to 0.39.1, fix build. Change-Id: Ib415f42d10acf638ddd4692fc9d0701922c52714
This commit is contained in:
parent
78405c1df8
commit
2b8dd22bb9
1 changed files with 2 additions and 2 deletions
|
|
@ -466,14 +466,14 @@ Dropbox API v2.")
|
|||
(define-public python-eventlet
|
||||
(package
|
||||
(name "python-eventlet")
|
||||
(version "0.38.2")
|
||||
(version "0.39.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "eventlet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b7dhy3pyp3nfv0zzjrs7i3kam40cl1nh3acy2fd59ywy4x84ika"))))
|
||||
"04051hmlq49kvdymf56hp08vjc6251937fh6vvnj2h1d51sn92ja"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue