From 626a888bbd2d087310f19a0ae1704856fd30d54e Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Tue, 1 Jul 2025 15:32:55 +0200 Subject: [PATCH] python3Packages.python3-application: 3.0.6 -> 3.0.9, add NGI team --- .../python-modules/python3-application/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python3-application/default.nix b/pkgs/development/python-modules/python3-application/default.nix index f55a0ade2077..b83b5fb49306 100644 --- a/pkgs/development/python-modules/python3-application/default.nix +++ b/pkgs/development/python-modules/python3-application/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "python3-application"; - version = "3.0.6"; + version = "3.0.9"; format = "setuptools"; disabled = !isPy3k; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "AGProjects"; repo = "python3-application"; rev = "release-${version}"; - hash = "sha256-L7KN6rKkbjNmkSoy8vdMYpXSBkWN7afNpreJO0twjq8="; + hash = "sha256-79Uu9zaBIuuc+1O5Y7Vp4Qg2/aOrwvmdi5G/4AvL+T4="; }; propagatedBuildInputs = [ @@ -36,6 +36,7 @@ buildPythonPackage rec { chanley yureien ]; + teams = [ teams.ngi ]; longDescription = '' This package is a collection of modules that are useful when building python applications. Their purpose is to eliminate the need to divert resources into implementing the small tasks that every application needs to do in order to run successfully and focus instead on the application logic itself. The modules that the application package provides are: