python3Packages.http-message-signatures: 1.0.0 -> 1.0.1 (#476417)

This commit is contained in:
Fabian Affolter
2026-01-03 20:48:17 +00:00
committed by GitHub
@@ -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 = [