python313Packages.http-message-signatures: 2.0.0 -> 2.0.1
Diff: https://github.com/pyauth/http-message-signatures/compare/v2.0.0...v2.0.1 Changelog: https://github.com/pyauth/http-message-signatures/releases/tag/v2.0.1
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "http-message-signatures";
|
||||
version = "2.0.0";
|
||||
version = "2.0.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pyauth";
|
||||
repo = "http-message-signatures";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-uHsH/kYph50cpLcy4lnu466odexUVvQAYk0ydgtcsM8=";
|
||||
hash = "sha256-GFOdefqcAia4ZHqt1XMS2dw2bQ3AzbY0AQm7b8niYRI=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user