lol
fork

Configure Feed

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

python38Packages.authheaders: 0.13.0 -> 0.14.1

+2 -2
+2 -2
pkgs/development/python-modules/authheaders/default.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "authheaders"; 7 - version = "0.13.0"; 7 + version = "0.14.1"; 8 8 9 9 src = fetchPypi { 10 10 inherit pname version; 11 - sha256 = "935726b784cc636cbcfed2c977f1a6887dc60056806da4eff60db932c5896692"; 11 + sha256 = "4e601b5b54080019a2f548fadf80ddf9c5538615607c7fb602936404aafe67e2"; 12 12 }; 13 13 14 14 propagatedBuildInputs = [ authres dnspython dkimpy publicsuffix2 ]