Skip to content

Commit 4c8857a

Browse files
cobang: 0.14.1 -> 0.15.0 (NixOS#371745)
Co-authored-by: dvaerum <[email protected]>
2 parents 78c0386 + 5ede464 commit 4c8857a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/co/cobang/package.nix

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

1414
python3Packages.buildPythonApplication rec {
1515
pname = "cobang";
16-
version = "0.14.1";
16+
version = "0.15.0";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "hongquan";
2121
repo = "CoBang";
2222
tag = "v${version}";
23-
hash = "sha256-/8JtDoXFQGlM7tlwKd+WRIKpnKCD6OnMmbvElg7LbzU=";
23+
hash = "sha256-ozHmGpRx+Ts6yrDXwm4OHXTArunQbJOlA/7zJvRNQio=";
2424
};
2525

2626
postPatch = ''

0 commit comments

Comments
 (0)