Merge pull request #100673 from r-ryantm/auto-update/python3.7-blessed

python37Packages.blessed: 1.17.10 -> 1.17.11
This commit is contained in:
Mario Rodas 2020-10-16 00:44:19 -05:00 committed by GitHub
commit cc97eda387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "blessed";
version = "1.17.10";
version = "1.17.11";
src = fetchPypi {
inherit pname version;
sha256 = "09kcz6w87x34a3h4r142z3zgw0av19cxn9jrbz52wkpm1534dfaq";
sha256 = "7d4914079a6e8e14fbe080dcaf14dee596a088057cdc598561080e3266123b48";
};
checkInputs = [ pytest mock glibcLocales ];