Merge pull request #115409 from r-ryantm/auto-update/humanfriendly

humanfriendly: 8.2 -> 9.1
This commit is contained in:
Mario Rodas 2021-03-08 19:41:57 -05:00 committed by GitHub
commit 30a4ecb324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "humanfriendly";
version = "8.2";
version = "9.1";
src = fetchPypi {
inherit pname version;
sha256 = "bf52ec91244819c780341a3438d5d7b09f431d3f113a475147ac9b7b167a3d12";
sha256 = "sha256-BmVilWY5qyH/JnbR/aC1mH6YXFNPx2cAoZvVS8uBEh0=";
};
propagatedBuildInputs = lib.optional (pythonOlder "3.3") monotonic;