Skip to content

Commit 62c51c6

Browse files
charge-lnd: 0.2.13 -> 0.3.0 (#405138)
2 parents 26e4636 + 79b07e2 commit 62c51c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ch/charge-lnd/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
python3Packages.buildPythonApplication rec {
99
pname = "charge-lnd";
10-
version = "0.2.13";
10+
version = "0.3.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "accumulator";
1414
repo = "charge-lnd";
1515
tag = "v${version}";
16-
hash = "sha256-mNU8bhiZqvYbNUU8vJNk9WbpAVrCTi9Fy3hlIpb06ac=";
16+
hash = "sha256-a/zIEA2oF1+BoZXk4YDWx69eVFSnANUE/F+ARI/VsXU=";
1717
};
1818

1919
propagatedBuildInputs = with python3Packages; [

0 commit comments

Comments
 (0)