lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.asyncwhois: 0.4.0 -> 0.4.1

+2 -2
+2 -2
pkgs/development/python-modules/asyncwhois/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "asyncwhois"; 14 - version = "0.4.0"; 14 + version = "0.4.1"; 15 15 16 16 disabled = pythonOlder "3.7"; 17 17 ··· 19 19 owner = "pogzyb"; 20 20 repo = pname; 21 21 rev = "v${version}"; 22 - sha256 = "sha256-yJ+AHUyzAl8lRcKcLfMJ8InhV0LVUK+Neb5ngQOwFTM="; 22 + sha256 = "sha256-mKKN2IuveOE+3mZGS5LFa15lJPA9y7KgLd0FoRuEMH0="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [