Merge pull request #87413 from r-ryantm/auto-update/python2.7-python-utils

python27Packages.python-utils: 2.3.0 -> 2.4.0
This commit is contained in:
markuskowa 2020-05-24 13:37:46 +02:00 committed by GitHub
commit 8ecc7a26d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "python-utils";
version = "2.3.0";
version = "2.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "34aaf26b39b0b86628008f2ae0ac001b30e7986a8d303b61e1357dfcdad4f6d3";
sha256 = "12c0glzkm81ljgf6pwh0d4rmdm1r7vvgg3ifzp8yp9cfyngw07zj";
};
postPatch = ''