Merge pull request #239134 from r-ryantm/auto-update/python310Packages.python-utils

python310Packages.python-utils: 3.6.0 -> 3.7.0
This commit is contained in:
Fabian Affolter 2023-06-22 11:50:59 +02:00 committed by GitHub
commit 16b7a84b9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "python-utils";
version = "3.6.0";
version = "3.7.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "WoLpH";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-D4HmmXIiy1mOEE7lxy9ddeqMxR8l1+k8WgDFPeTVHUE=";
hash = "sha256-WSP5LQQZnm9k0v/xbsUHgQiwmhcb2Uw9BQurC1ieMjI=";
};
postPatch = ''