diff options
| author | Fabián Heredia Montiel <fabianhjr@protonmail.com> | 2022-07-05 17:37:22 -0500 |
|---|---|---|
| committer | Fabián Heredia Montiel <fabianhjr@protonmail.com> | 2022-07-05 17:40:18 -0500 |
| commit | 002e147b103041e8ac2a0785a8232796f6451714 (patch) | |
| tree | 0bdd14d2bef96d495debf29694b638e9754a0598 /pkgs/development/python-modules/python-utils | |
| parent | af15cfb5b371f2bf9844f41405b6ee4f81bfea04 (diff) | |
python3Packages.python-utils: 3.1.0 → 3.3.3
Diffstat (limited to 'pkgs/development/python-modules/python-utils')
| -rw-r--r-- | pkgs/development/python-modules/python-utils/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-utils/default.nix b/pkgs/development/python-modules/python-utils/default.nix index 3a47e107df6e..3fb825df95bc 100644 --- a/pkgs/development/python-modules/python-utils/default.nix +++ b/pkgs/development/python-modules/python-utils/default.nix @@ -1,6 +1,7 @@ { lib , buildPythonPackage , fetchFromGitHub +, loguru , pytestCheckHook , six , pytest-mypy @@ -8,14 +9,13 @@ buildPythonPackage rec { pname = "python-utils"; - version = "3.1.0"; + version = "3.3.3"; src = fetchFromGitHub { owner = "WoLpH"; repo = pname; rev = "v${version}"; - sha256 = "sha256-+NgcVIDM9f2OKBpJNWlSyFxEONltPWJSWIu400/5RkQ= -"; + hash = "sha256-U6yamXbG8CUrNnFmGTBpHUelZSgoaNyB2CdUSH9WdMA="; }; # disable coverage and linting @@ -25,6 +25,7 @@ buildPythonPackage rec { ''; propagatedBuildInputs = [ + loguru six ]; |
