Merge pull request #166385 from r-ryantm/auto-update/python310Packages.asyncmy

python310Packages.asyncmy: 0.2.4 -> 0.2.5

authored by

Fabian Affolter and committed by
GitHub
03e32b26 4ceda585

+2 -2
+2 -2
pkgs/development/python-modules/asyncmy/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "asyncmy"; 11 - version = "0.2.4"; 11 + version = "0.2.5"; 12 12 format = "pyproject"; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "long2ice"; 18 18 repo = pname; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-nuk8Zh82qN60FrH6Jjv7RDDDQsfZ5EmbaQe5EAcB2Tk="; 20 + sha256 = "sha256-yLAse8p+2RYHJmDwD5vrHlf29URB+kdupjD1DwTcRAc="; 21 21 }; 22 22 23 23 nativeBuildInputs = [