gnu: sniffio: Update to 1.2.0

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Sharlatan Hellseher 2021-05-10 21:45:58 +01:00 committed by Efraim Flashner
parent 2eaadc28e1
commit f5855555db
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -10159,13 +10159,13 @@ (define-public python-tables
(define-public python-sniffio
(package
(name "python-sniffio")
(version "1.1.0")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sniffio" version))
(sha256
(base32 "08bsp2pp2dxzn9yzcafwzw8jlm0jf50as0ix8vfhxzk91w810f4f"))))
(base32 "1pnkvi6wvn4qd37y69n1ls6n8l63gfmn3pvb1jb50gqxxkn6wrn4"))))
(build-system python-build-system)
(arguments
`(#:phases