Merge pull request #219865 from r-ryantm/auto-update/python310Packages.aioconsole

python310Packages.aioconsole: 0.6.0 -> 0.6.1

authored by

Nick Cao and committed by
GitHub
9110e8cb e6b90751

+2 -2
+2 -2
pkgs/development/python-modules/aioconsole/default.nix
··· 16 16 # wrapped to be able to find aioconsole and any other packages. 17 17 buildPythonPackage rec { 18 18 pname = "aioconsole"; 19 - version = "0.6.0"; 19 + version = "0.6.1"; 20 20 format = "setuptools"; 21 21 22 22 disabled = pythonOlder "3.7"; ··· 25 25 owner = "vxgmichel"; 26 26 repo = pname; 27 27 rev = "refs/tags/v${version}"; 28 - sha256 = "sha256-tINfOGJz0v7zPh9ii7PlgzBBCXvEXif1jWLIi27FLYQ="; 28 + sha256 = "sha256-XR79o65jZFR9jr9ubw7wdxCWNH8ANMrBDTVpLnetsuU="; 29 29 }; 30 30 31 31 nativeCheckInputs = [