Skip to content

Commit

Permalink
python312Packages.hwi: 3.0.0 -> 3.1.0 (#342702)
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored Sep 18, 2024
2 parents 536e629 + 2c5637f commit 7e90575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hwi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "hwi";
version = "3.0.0";
version = "3.1.0";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "bitcoin-core";
repo = "HWI";
rev = "refs/tags/${version}";
hash = "sha256-hpMH3Zy3/TTBYUukJQZw63f0KuE3O9G2aYcGdL6Q3eM=";
hash = "sha256-sQqft+5M+X+91bFqpUrbDRrFzpe/l1+w+pnIHwqezR8=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 7e90575

Please sign in to comment.