Merge pull request #153016 from r-ryantm/auto-update/python3.8-python-utils

python38Packages.python-utils: 2.5.6 -> 2.7.0
This commit is contained in:
Jörg Thalheim 2022-01-01 09:48:45 +00:00 committed by GitHub
commit 28d8f53eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "python-utils";
version = "2.5.6";
version = "2.7.0";
src = fetchFromGitHub {
owner = "WoLpH";
repo = pname;
rev = "v${version}";
sha256 = "0gd2jana5w6bn7z58di4a8dwcxvc8rx282jawbw7ws7qm2a5klz3";
sha256 = "0gns9v5144cj03p7qbb3822scb6pwrlgr6niixpkynwqkcwjfg4c";
};
# disable coverage and linting