Skip to content

Commit 073c03b

Browse files
committed
python312Packages.ariadne: 0.25.2 -> 0.26.1
1 parent 03aafcd commit 073c03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/ariadne/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
buildPythonPackage rec {
2121
pname = "ariadne";
22-
version = "0.25.2";
22+
version = "0.26.1";
2323
pyproject = true;
2424

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

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

0 commit comments

Comments
 (0)