Loading pkgs/development/python-modules/notifications-python-client/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "notifications-python-client"; version = "6.4.1"; version = "7.0.0"; format = "setuptools"; disabled = pythonOlder "3.8"; Loading @@ -22,8 +22,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "alphagov"; repo = pname; rev = version; sha256 = "sha256-HEHerdwplsPAld23Al8sUARu4T5IJLmY5kucAz2791c="; rev = "refs/tags/${version}"; hash = "sha256-eJruM9hjyxz+DOkwB6ARkSHBELcXjtFOop/UCwd+vdE="; }; propagatedBuildInputs = [ Loading Loading @@ -52,6 +52,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python client for the GOV.UK Notify API"; homepage = "https://github.com/alphagov/notifications-python-client"; changelog = "https://github.com/alphagov/notifications-python-client/blob/${version}/CHANGELOG.md"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/notifications-python-client/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "notifications-python-client"; version = "6.4.1"; version = "7.0.0"; format = "setuptools"; disabled = pythonOlder "3.8"; Loading @@ -22,8 +22,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "alphagov"; repo = pname; rev = version; sha256 = "sha256-HEHerdwplsPAld23Al8sUARu4T5IJLmY5kucAz2791c="; rev = "refs/tags/${version}"; hash = "sha256-eJruM9hjyxz+DOkwB6ARkSHBELcXjtFOop/UCwd+vdE="; }; propagatedBuildInputs = [ Loading Loading @@ -52,6 +52,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python client for the GOV.UK Notify API"; homepage = "https://github.com/alphagov/notifications-python-client"; changelog = "https://github.com/alphagov/notifications-python-client/blob/${version}/CHANGELOG.md"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; Loading