Skip to content

Commit

Permalink
cobang: 0.14.1 -> 0.15.0 (NixOS#371745)
Browse files Browse the repository at this point in the history
Co-authored-by: dvaerum <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and dvaerum authored Jan 21, 2025
2 parents 78c0386 + 5ede464 commit 4c8857a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/co/cobang/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

python3Packages.buildPythonApplication rec {
pname = "cobang";
version = "0.14.1";
version = "0.15.0";
pyproject = true;

src = fetchFromGitHub {
owner = "hongquan";
repo = "CoBang";
tag = "v${version}";
hash = "sha256-/8JtDoXFQGlM7tlwKd+WRIKpnKCD6OnMmbvElg7LbzU=";
hash = "sha256-ozHmGpRx+Ts6yrDXwm4OHXTArunQbJOlA/7zJvRNQio=";
};

postPatch = ''
Expand Down

0 comments on commit 4c8857a

Please sign in to comment.