Unverified Commit 9c752a77 authored by Samuel Ainsworth's avatar Samuel Ainsworth Committed by GitHub
Browse files

python312Packages.ariadne: 0.24 -> 0.25.2 (#381362)

parents 4544b513 71c9f283
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "ariadne";
  version = "0.24";
  version = "0.25.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "mirumee";
    repo = "ariadne";
    tag = version;
    hash = "sha256-QLMPmep/mtw/ZDto3kK1y/9N+7aZwAke8ZHC6dzwUuM=";
    hash = "sha256-bkc/Ixqr7+YFCMnVhuS2KsXnacxSUsQpeHRAO93wfio=";
  };

  patches = [ ./remove-opentracing.patch ];
@@ -78,7 +78,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python library for implementing GraphQL servers using schema-first approach";
    homepage = "https://ariadnegraphql.org";
    changelog = "https://github.com/mirumee/ariadne/blob/${version}/CHANGELOG.md";
    changelog = "https://github.com/mirumee/ariadne/blob/${src.tag}/CHANGELOG.md";
    license = licenses.bsd3;
    maintainers = with maintainers; [ samuela ];
  };