Merge pull request #297001 from r-ryantm/auto-update/python312Packages.ariadne

python312Packages.ariadne: 0.22.0 -> 0.23.0
This commit is contained in:
Samuel Ainsworth 2024-03-19 14:33:46 -04:00 committed by GitHub
commit 0e52d5a054
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "ariadne";
version = "0.22.0";
version = "0.23.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "mirumee";
repo = "ariadne";
rev = "refs/tags/${version}";
hash = "sha256-GMBtW2gZbF1m0BrKhYEkSaZYt5tIGmP/ipy6WC1H1pg=";
hash = "sha256-zdM6LKtrD6m3hWn90yAgsinCvaa86BaTdhgf/VzGDLA=";
};
patches = [