[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: sniffio: Update to 1.2.0
From: |
guix-commits |
Subject: |
branch master updated: gnu: sniffio: Update to 1.2.0 |
Date: |
Sat, 15 May 2021 15:59:31 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f585555 gnu: sniffio: Update to 1.2.0
f585555 is described below
commit f5855555dba9dee2d858545e96fdd681e2ee8a9e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon May 10 21:45:58 2021 +0100
gnu: sniffio: Update to 1.2.0
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b640077..f79fc54 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: sniffio: Update to 1.2.0,
guix-commits <=