Merge pull request #255051 from r-ryantm/auto-update/python310Packages.authheaders

python310Packages.authheaders: 0.15.2 -> 0.15.3

authored by Fabian Affolter and committed by GitHub dc0d53b0 dfc326a1

+2 -2
+2 -2
pkgs/development/python-modules/authheaders/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "authheaders"; 15 - version = "0.15.2"; 16 format = "setuptools"; 17 18 disabled = pythonOlder "3.7"; ··· 21 owner = "ValiMail"; 22 repo = "authentication-headers"; 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-vtLt7JUdLF0gBWgMzP65UAR6A9BnTech5n0alFErcSQ="; 25 }; 26 27 propagatedBuildInputs = [
··· 12 13 buildPythonPackage rec { 14 pname = "authheaders"; 15 + version = "0.15.3"; 16 format = "setuptools"; 17 18 disabled = pythonOlder "3.7"; ··· 21 owner = "ValiMail"; 22 repo = "authentication-headers"; 23 rev = "refs/tags/${version}"; 24 + hash = "sha256-96fCx5uN7yegTrCN+LSjtu4u3RL+dcxV/Puyo0eziI8="; 25 }; 26 27 propagatedBuildInputs = [