Merge pull request #185185 from r-ryantm/auto-update/python3.10-nocaselist

This commit is contained in:
Martin Weinelt 2022-08-05 22:48:08 +02:00 committed by GitHub
commit a8b3618329
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.5";
version = "1.0.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-4cEsoq6dNFs0lI8sj2DjiUYZ4r4u0otOzF5/HeoRfR0=";
sha256 = "sha256-SPBn+MuEEkXzTQMSC8G6mQDxOxnLUbzGx77gF/fIdNo=";
};
checkInputs = [