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

python312Packages.ariadne: 0.25.2 -> 0.26.1 (#385109)

parents 04fa2a8d 073c03ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

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

  disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "mirumee";
    repo = "ariadne";
    tag = version;
    hash = "sha256-bkc/Ixqr7+YFCMnVhuS2KsXnacxSUsQpeHRAO93wfio=";
    hash = "sha256-37SMBW49sSyaO2JrMtSZzS9wDUWo+otkPYCVrT9+4rY=";
  };

  patches = [ ./remove-opentracing.patch ];