lol

python311Packages.aiofile: 3.8.5 -> 3.8.6

Diff: https://github.com/mosquito/aiofile/compare/refs/tags/3.8.5...3.8.6

Changelog: https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/aiofile/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "aiofile"; 13 - version = "3.8.5"; 13 + version = "3.8.6"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "mosquito"; 20 20 repo = pname; 21 21 rev = "refs/tags/${version}"; 22 - hash = "sha256-jQ97jtYhkqQgQjtHhtlk5JlvkzbFQw3kY6uXuV81ZkQ="; 22 + hash = "sha256-KBly/aeHHZh7mL8MJ9gmxbqS7PmR4sedtBY/2HCXt54="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [