mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 12:34:00 +00:00
python310Packages.curio: 1.5 -> 1.6
https://github.com/dabeaz/curio/releases/tag/1.6
This commit is contained in:
parent
ffa364d8ab
commit
f9cb30c4e7
@ -9,12 +9,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "curio";
|
||||
version = "1.5";
|
||||
version = "1.6";
|
||||
format = "setuptools";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-rwghLlkLt9qOTMOcQgEnEUlNwg1iLxYhVbopbMLjvBA=";
|
||||
sha256 = "sha256-VipYbbICFrp9K+gmPeuesHnlYEj5uJBtEdX0WqgcUkc=";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
@ -37,8 +38,9 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "curio" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/dabeaz/curio";
|
||||
description = "Library for performing concurrent I/O with coroutines in Python";
|
||||
homepage = "https://github.com/dabeaz/curio";
|
||||
changelog = "https://github.com/dabeaz/curio/raw/${version}/CHANGES";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.marsam ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user