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

cobang: 0.10.9 -> 0.12.0
This commit is contained in:
Aleksana
2024-05-10 00:26:56 +08:00
committed by GitHub
+2 -2
View File
@@ -24,14 +24,14 @@
buildPythonApplication rec {
pname = "cobang";
version = "0.10.9";
version = "0.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "hongquan";
repo = "CoBang";
rev = "refs/tags/v${version}";
hash = "sha256-xOP2XkmHOGMe50dn4StX/9veTdloLHq76ENWEUK4Keo=";
hash = "sha256-4INScFnYSwVnGjaohgDL3Sv/NeIwiiyLux8c9/Y/Wq4=";
};
postPatch = ''