Merge pull request #108343 from r-ryantm/auto-update/python3.7-nocaselist

python37Packages.nocaselist: 1.0.3 -> 1.0.4
This commit is contained in:
Ryan Mulligan 2021-01-04 07:13:32 -08:00 committed by GitHub
commit ee3284a109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "nocaselist";
version = "1.0.3";
version = "1.0.4";
src = fetchPypi {
inherit pname version;
sha256 = "fm3st9hVY7kESRPJCH70tpG8PaTXrR2IlozepAlVMyY=";
sha256 = "73a9c0659e7135c66e46a6ab06e2cb637ce9248d73c690ebd31afb72a4e03ac0";
};
checkInputs = [