Skip to content

Commit 9c752a7

Browse files
authored
python312Packages.ariadne: 0.24 -> 0.25.2 (#381362)
2 parents 4544b51 + 71c9f28 commit 9c752a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

2020
buildPythonPackage rec {
2121
pname = "ariadne";
22-
version = "0.24";
22+
version = "0.25.2";
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-QLMPmep/mtw/ZDto3kK1y/9N+7aZwAke8ZHC6dzwUuM=";
31+
hash = "sha256-bkc/Ixqr7+YFCMnVhuS2KsXnacxSUsQpeHRAO93wfio=";
3232
};
3333

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

0 commit comments

Comments
 (0)