lol

python310Packages.sanic-testing: 22.12.0 -> 23.6.0

https://github.com/sanic-org/sanic-testing/releases/tag/v23.6.0

+2 -2
+2 -2
pkgs/development/python-modules/sanic-testing/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "sanic-testing"; 13 - version = "22.12.0"; 13 + version = "23.6.0"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "sanic-org"; 20 20 repo = "sanic-testing"; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-pFTF2SQ9giRzPhG24FLqLPJRXaFdQ7Xi5EeltS7J3DI="; 22 + hash = "sha256-WDiEuve9P9fLHxpK0UjxhbZUmWXtP+DV7e6OT19TASs="; 23 23 }; 24 24 25 25 outputs = [