python312Packages.pycrdt: 0.10.7 -> 0.10.8

Changelog: https://github.com/jupyter-server/pycrdt/releases/tag/0.10.8

Diff: https://github.com/jupyter-server/pycrdt/compare/0.10.7...0.10.8
This commit is contained in:
Gaetan Lepage
2024-12-06 16:44:39 +00:00
parent d7873e2968
commit fe76ffc48a
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 = ''