We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04fa2a8 + 073c03b commit fe8bb90Copy full SHA for fe8bb90
pkgs/development/python-modules/ariadne/default.nix
@@ -19,7 +19,7 @@
19
20
buildPythonPackage rec {
21
pname = "ariadne";
22
- version = "0.25.2";
+ version = "0.26.1";
23
pyproject = true;
24
25
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
28
owner = "mirumee";
29
repo = "ariadne";
30
tag = version;
31
- hash = "sha256-bkc/Ixqr7+YFCMnVhuS2KsXnacxSUsQpeHRAO93wfio=";
+ hash = "sha256-37SMBW49sSyaO2JrMtSZzS9wDUWo+otkPYCVrT9+4rY=";
32
};
33
34
patches = [ ./remove-opentracing.patch ];
0 commit comments