python3Packages.disposable-email-domains: 0.0.131 -> 0.0.132

This commit is contained in:
R. Ryantm
2025-08-30 23:12:22 +00:00
parent 7e01224949
commit ffde6c3606
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "disposable-email-domains";
version = "0.0.131";
version = "0.0.132";
pyproject = true;
# No tags on GitHub
src = fetchPypi {
pname = "disposable_email_domains";
inherit version;
hash = "sha256-9TlGamU5x3MhZhm4xdCO5a342duXodIu0J2LDH5uOrY=";
hash = "sha256-otXbxrFu4Xf0O8OFif/JKsx5wPPtQ6PfwJ/AxtR2SJA=";
};
build-system = [