python3Packages.pycrdt: 0.12.22 -> 0.12.23

This commit is contained in:
R. Ryantm
2025-07-05 08:19:55 +00:00
parent 49ccac58a3
commit b41b8cffd1
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -245,9 +245,10 @@ dependencies = [
[[package]]
name = "pycrdt"
version = "0.12.22"
version = "0.12.23"
dependencies = [
"pyo3",
"serde_json",
"yrs",
]
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "pycrdt";
version = "0.12.22";
version = "0.12.23";
pyproject = true;
src = fetchFromGitHub {
owner = "y-crdt";
repo = "pycrdt";
tag = version;
hash = "sha256-1RTH6u+B+u4+ILvQufHgKCRW1Pj3Tyz5PFOBP/bDWD4=";
hash = "sha256-xMGu7L6aisTLzLx8pw/k4rXvjTiZsPANXsU1T1FOXKM=";
};
postPatch = ''