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