lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.ledger-bitcoin: 0.3.0 -> 0.4.0

+2 -2
+2 -2
pkgs/development/python-modules/ledger-bitcoin/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "ledger-bitcoin"; 15 - version = "0.3.0"; 15 + version = "0.4.0"; 16 16 format = "pyproject"; 17 17 18 18 src = fetchPypi { 19 19 inherit version; 20 20 pname = "ledger_bitcoin"; 21 - hash = "sha256-rZzerzOkVWK71brmdRAluGmi+B1usCZ90GKgH1klpNU="; 21 + hash = "sha256-IkJFLnjPS1fIuNNQnoMYYP1IUbChv6uV8vXj9H1NFQA="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ setuptools ];