python312Packages.pycrdt: 0.10.7 -> 0.10.8 (#362488)

This commit is contained in:
Nick Cao
2024-12-06 12:55:00 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ dependencies = [
[[package]]
name = "pycrdt"
version = "0.10.7"
version = "0.10.8"
dependencies = [
"pyo3",
"yrs",
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "pycrdt";
version = "0.10.7";
version = "0.10.8";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyter-server";
repo = "pycrdt";
rev = "refs/tags/${version}";
hash = "sha256-Yb8ZFfJ/chF6+DUq7kLAxeRH9tuOCD2KiXxFG7ljQwg=";
tag = version;
hash = "sha256-5ukP2J9Mm7yRVXZ6x5VbArF5GDxQvRvOpKEwiySzPV8=";
};
postPatch = ''