python3Packages.pycrdt: 0.12.47 -> 0.12.49 (#500334)

This commit is contained in:
Gaétan Lepage
2026-03-16 18:46:39 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -174,9 +174,9 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
[[package]]
name = "once_cell"
version = "1.21.3"
version = "1.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
[[package]]
name = "parking"
@@ -220,7 +220,7 @@ dependencies = [
[[package]]
name = "pycrdt"
version = "0.12.47"
version = "0.12.49"
dependencies = [
"pyo3",
"serde_json",
@@ -20,14 +20,14 @@
buildPythonPackage (finalAttrs: {
pname = "pycrdt";
version = "0.12.47";
version = "0.12.49";
pyproject = true;
src = fetchFromGitHub {
owner = "y-crdt";
repo = "pycrdt";
tag = finalAttrs.version;
hash = "sha256-+LFORG9j3pkkPJ7IoF+yQ5AMssXmvQENzwpz6+ztLxM=";
hash = "sha256-TOILofUQYRZxHxn81lGkEEpp37DdHMznPE60aENKFkc=";
};
postPatch = ''