python3Packages.starkbank-ecdsa: 2.2.0 -> 2.3.1

This commit is contained in:
R. Ryantm
2026-04-25 20:54:01 +00:00
parent 7763c7ce1c
commit 87bd3ddb59
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "starkbank-ecdsa";
version = "2.2.0";
version = "2.3.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "starkbank";
repo = "ecdsa-python";
tag = "v${version}";
hash = "sha256-HarlCDE2qOLbyhMLOE++bTC+7srJqwmohM6vrJkJ/gc=";
hash = "sha256-5yF2tVCgHJX++NncWiYfLE0P98Sxy91VN3qgc8PSLOI=";
};
nativeCheckInputs = [ pytestCheckHook ];