python3Packages.ariadne: 0.27.0 -> 0.27.1

This commit is contained in:
R. Ryantm
2026-01-29 11:46:18 +00:00
parent e1ce03f389
commit c92887c7de
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "ariadne";
version = "0.27.0";
version = "0.27.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mirumee";
repo = "ariadne";
tag = version;
hash = "sha256-y09w1y+NV2HX8cXGMqv6LvPqGXxFfoaz4DS+oH25dNg=";
hash = "sha256-Ew01tj/UzZw3IBY33tDfLihWKImjKTZfFcfThphk+H8=";
};
patches = [ ./remove-opentracing.patch ];