python312Packages.pycrdt: 0.9.15 -> 0.9.16

This commit is contained in:
R. Ryantm 2024-10-04 19:30:16 +00:00 committed by Gaétan Lepage
parent c38aa540ba
commit c70c6cb98e
2 changed files with 3 additions and 3 deletions

View File

@ -247,7 +247,7 @@ dependencies = [
[[package]]
name = "pycrdt"
version = "0.9.15"
version = "0.9.16"
dependencies = [
"pyo3",
"yrs",

View File

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "pycrdt";
version = "0.9.15";
version = "0.9.16";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyter-server";
repo = "pycrdt";
rev = "refs/tags/v${version}";
hash = "sha256-iaFpBD07l1WlC5FNzFxxF5gJS59yAyPmEn/NZg5U0AQ=";
hash = "sha256-AO5KGBG4I+D5q/VSifzmg0ImAujR1ol9zGU4Y61fImc=";
};
postPatch = ''