diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2021-05-10 21:45:58 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-05-15 22:55:20 +0300 |
commit | f5855555dba9dee2d858545e96fdd681e2ee8a9e (patch) | |
tree | cb23db9f3baa2f173b965d7224039181bac63e0b | |
parent | 2eaadc28e160c027fc29a852f268b603431bff21 (diff) | |
download | guix-f5855555dba9dee2d858545e96fdd681e2ee8a9e.tar.gz |
gnu: sniffio: Update to 1.2.0
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b640077783..f79fc54e24 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10159,13 +10159,13 @@ designed to efficiently cope with extremely large amounts of data.") (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 |