python3Packages.aiostream: 0.6.4 -> 0.7.0

https://github.com/vxgmichel/aiostream/releases/tag/v0.7.0

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
aiostream
+3 -3
pkgs/development/python-modules/aiostream/default.nix
···
buildPythonPackage rec {
pname = "aiostream";
-
version = "0.6.4";
+
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "vxgmichel";
repo = "aiostream";
tag = "v${version}";
-
hash = "sha256-hRbPK1JsB/JQuSjj81YMUAI8eDUyXCOFhdW22ZJ47xU=";
+
hash = "sha256-oOx1LG3UyMJRm/HvmrHT00jTp3+XzmvS2XRH4BJNyPE=";
};
build-system = [ setuptools ];
···
meta = with lib; {
description = "Generator-based operators for asynchronous iteration";
homepage = "https://aiostream.readthedocs.io";
-
changelog = "https://github.com/vxgmichel/aiostream/releases/tag/v${version}";
+
changelog = "https://github.com/vxgmichel/aiostream/releases/tag/${src.tag}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ rmcgibbo ];
};