Merge pull request #318129 from r-ryantm/auto-update/cobang

cobang: 0.12.0 -> 0.14.1
This commit is contained in:
Weijia Wang 2024-06-28 01:10:14 +02:00 committed by GitHub
commit 7e41c1537c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,14 +24,14 @@
buildPythonApplication rec {
pname = "cobang";
version = "0.12.0";
version = "0.14.1";
pyproject = true;
src = fetchFromGitHub {
owner = "hongquan";
repo = "CoBang";
rev = "refs/tags/v${version}";
hash = "sha256-4INScFnYSwVnGjaohgDL3Sv/NeIwiiyLux8c9/Y/Wq4=";
hash = "sha256-/8JtDoXFQGlM7tlwKd+WRIKpnKCD6OnMmbvElg7LbzU=";
};
postPatch = ''