Merge pull request #141292 from fabaff/bump-asyncwhois

python3Packages.asyncwhois: 0.4.0 -> 0.4.1
This commit is contained in:
Fabian Affolter 2021-10-12 08:06:38 +02:00 committed by GitHub
commit e24464c913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "asyncwhois";
version = "0.4.0";
version = "0.4.1";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "pogzyb";
repo = pname;
rev = "v${version}";
sha256 = "sha256-yJ+AHUyzAl8lRcKcLfMJ8InhV0LVUK+Neb5ngQOwFTM=";
sha256 = "sha256-mKKN2IuveOE+3mZGS5LFa15lJPA9y7KgLd0FoRuEMH0=";
};
propagatedBuildInputs = [