Merge pull request #222857 from fabaff/asyncstdlib-bump

python310Packages.asyncstdlib: 3.10.5 -> 3.10.6

authored by

Fabian Affolter and committed by
GitHub
95888844 62ef49f7

+3 -2
+3 -2
pkgs/development/python-modules/asyncstdlib/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "asyncstdlib"; 11 - version = "3.10.5"; 12 format = "flit"; 13 14 disabled = pythonOlder "3.7"; ··· 17 owner = "maxfischer2781"; 18 repo = pname; 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-ILb+iWg2xYWBEQY1a4jPITm4QCPO8qfVCPgO3YWIVAQ="; 21 }; 22 23 propagatedBuildInputs = [ ··· 35 meta = with lib; { 36 description = "Python library that extends the Python asyncio standard library"; 37 homepage = "https://asyncstdlib.readthedocs.io/"; 38 license = with licenses; [ mit ]; 39 maintainers = with maintainers; [ fab ]; 40 };
··· 8 9 buildPythonPackage rec { 10 pname = "asyncstdlib"; 11 + version = "3.10.6"; 12 format = "flit"; 13 14 disabled = pythonOlder "3.7"; ··· 17 owner = "maxfischer2781"; 18 repo = pname; 19 rev = "refs/tags/v${version}"; 20 + hash = "sha256-JfKcmmusFmMckYc2+EBItt5V6o4Dk+foIv5hb7wMsHs="; 21 }; 22 23 propagatedBuildInputs = [ ··· 35 meta = with lib; { 36 description = "Python library that extends the Python asyncio standard library"; 37 homepage = "https://asyncstdlib.readthedocs.io/"; 38 + changelog = "https://github.com/maxfischer2781/asyncstdlib/releases/tag/v${version}"; 39 license = with licenses; [ mit ]; 40 maintainers = with maintainers; [ fab ]; 41 };