lol

python313Packages.aionut: 4.3.3 -> 4.3.4

Diff: https://github.com/bdraco/aionut/compare/refs/tags/v4.3.3...v4.3.4

Changelog: https://github.com/bdraco/aionut/blob/4.3.4/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/aionut/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "aionut"; 14 - version = "4.3.3"; 14 + version = "4.3.4"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.11"; ··· 20 20 owner = "bdraco"; 21 21 repo = "aionut"; 22 22 tag = "v${version}"; 23 - hash = "sha256-DCWfa5YfrB7MTf78AeSHDgiZzLNXoiNLnty9a+Sr9tQ="; 23 + hash = "sha256-mpWAxv6RUTecGp6Zdka+gC+12JWcPQaKgJlqGgEINu0="; 24 24 }; 25 25 26 26 build-system = [ poetry-core ];