File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/ariadne Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments