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

This commit is contained in:
R. Ryantm
2025-09-11 10:43:17 +00:00
parent fd997bd653
commit 3f77f3f16f

View File

@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "disposable-email-domains";
version = "0.0.132";
version = "0.0.135";
pyproject = true;
# No tags on GitHub
src = fetchPypi {
pname = "disposable_email_domains";
inherit version;
hash = "sha256-otXbxrFu4Xf0O8OFif/JKsx5wPPtQ6PfwJ/AxtR2SJA=";
hash = "sha256-1drASN1TnqU2U1pTwjctynkKsOYJ6df7GM1GZfEVQS4=";
};
build-system = [