python3Packages.asana: 5.2.0 -> 5.2.1 (#433273)

This commit is contained in:
Fabian Affolter 2025-08-13 08:41:03 +02:00 committed by GitHub
commit e51401ca41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "asana";
version = "5.2.0";
version = "5.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "asana";
repo = "python-asana";
tag = "v${version}";
hash = "sha256-wTA7y7hUyAxNe5xad34thmzTKhQDk/oGHDflxpQdOrY=";
hash = "sha256-4kvMOg8Iou9C+tVIzp+3tc7E2WfkHjrxaMa789ku930=";
};
build-system = [ setuptools ];