Commit 34d152b7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.hwi: 2.2.1 -> 2.3.1

parent a1a55a20
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "hwi";
  version = "2.2.1";
  version = "2.3.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "bitcoin-core";
    repo = "HWI";
    rev = "refs/tags/${version}";
    hash = "sha256-vQJN2YXWGvYSVV9lemZyu61inc9iBFxf5nIlpIiRe+s=";
    hash = "sha256-V4BWB4mCONQ8kjAy6ySonAbCUTaKpBTvhSnHmoH8TQM=";
  };

  propagatedBuildInputs = [