Skip to content

Commit

Permalink
python312Packages.ariadne: 0.23.0 -> 0.24
Browse files Browse the repository at this point in the history
(cherry picked from commit 79e2831)
  • Loading branch information
r-ryantm authored and yuyuyureka committed Mar 5, 2025
1 parent 6af28b8 commit 67b130a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ariadne/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

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

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

0 comments on commit 67b130a

Please sign in to comment.