mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sniffio: Update to 1.2.0
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
2eaadc28e1
commit
f5855555db
1 changed files with 2 additions and 2 deletions
|
@ -10159,13 +10159,13 @@ designed to efficiently cope with extremely large amounts of data.")
|
||||||
(define-public python-sniffio
|
(define-public python-sniffio
|
||||||
(package
|
(package
|
||||||
(name "python-sniffio")
|
(name "python-sniffio")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "sniffio" version))
|
(uri (pypi-uri "sniffio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08bsp2pp2dxzn9yzcafwzw8jlm0jf50as0ix8vfhxzk91w810f4f"))))
|
(base32 "1pnkvi6wvn4qd37y69n1ls6n8l63gfmn3pvb1jb50gqxxkn6wrn4"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue