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

python37Packages.blessed: 1.17.11 -> 1.17.12
This commit is contained in:
Sandro 2020-11-30 17:37:29 +01:00 committed by GitHub
commit ae1429d752
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.11";
version = "1.17.12";
src = fetchPypi {
inherit pname version;
sha256 = "7d4914079a6e8e14fbe080dcaf14dee596a088057cdc598561080e3266123b48";
sha256 = "580429e7e0c6f6a42ea81b0ae5a4993b6205c6ccbb635d034b4277af8175753e";
};
checkInputs = [ pytest mock glibcLocales ];