hwi: 2.3.1 -> 2.4.0

This commit is contained in:
R. Ryantm 2024-01-31 05:56:39 +00:00
parent 0b8f8e0cd9
commit 3e9453026e

View file

@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hwi"; pname = "hwi";
version = "2.3.1"; version = "2.4.0";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bitcoin-core"; owner = "bitcoin-core";
repo = "HWI"; repo = "HWI";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-V4BWB4mCONQ8kjAy6ySonAbCUTaKpBTvhSnHmoH8TQM="; hash = "sha256-a1ppYDuY7CtNrKSvuAofS79nvDaYUMIm4FCHiiQYrtQ=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [