diff --git a/pkgs/development/python-modules/http-message-signatures/default.nix b/pkgs/development/python-modules/http-message-signatures/default.nix index a778ae9a62ba..71f7ba88ef6c 100644 --- a/pkgs/development/python-modules/http-message-signatures/default.nix +++ b/pkgs/development/python-modules/http-message-signatures/default.nix @@ -4,7 +4,6 @@ cryptography, fetchFromGitHub, pytestCheckHook, - pythonOlder, hatchling, hatch-vcs, requests, @@ -12,16 +11,14 @@ buildPythonPackage rec { pname = "http-message-signatures"; - version = "1.0.0"; + version = "1.0.1"; pyproject = true; - disabled = pythonOlder "3.8"; - src = fetchFromGitHub { owner = "pyauth"; repo = "http-message-signatures"; tag = "v${version}"; - hash = "sha256-vPZeAS3hR7Bmj2FtME+V9WU3TViBndrBb9GLkdMVh2Q="; + hash = "sha256-c5zwH28FFbEmLfL4nBBE2S1YEbwicoJo3UAYn/0zXEM="; }; build-system = [