python310Packages.aioapns: 2.2 -> 3.0

This commit is contained in:
R. Ryantm 2023-08-30 01:43:28 +00:00
parent b9f22e151b
commit 9b5a1f9add

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "aioapns";
version = "2.2";
version = "3.0";
format = "pyproject";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-3FMNIhIZrstPKTfHVmN+K28UR2G26HZ5S/JtXmaFk1c=";
hash = "sha256-MiFjd9HYaTugjP66O24Tgk92bC91GQHggvy1sdQIu+0=";
};
nativeBuildInputs = [