pychess: 1.0.6 -> 1.1.0 (#445829)

This commit is contained in:
Nick Cao
2025-09-24 21:01:03 +00:00
committed by GitHub
+2 -2
View File
@@ -13,14 +13,14 @@
python3Packages.buildPythonApplication rec {
pname = "pychess";
version = "1.0.6";
version = "1.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pychess";
repo = "pychess";
rev = version;
hash = "sha256-1FJgwdZTyyZBswXFnUowSXlEXzL86C4uK2qDdseqzLs=";
hash = "sha256-MSz5RiPpmlySjljhDlkvXtO6t3UO58zx+uGsV9R6F1A=";
};
nativeBuildInputs = [