python3Packages.pycrdt: 0.12.18 -> 0.12.20 (#411184)

This commit is contained in:
Gaétan Lepage 2025-05-27 09:22:07 +02:00 committed by GitHub
commit 20299e58ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -245,7 +245,7 @@ dependencies = [
[[package]] [[package]]
name = "pycrdt" name = "pycrdt"
version = "0.12.18" version = "0.12.20"
dependencies = [ dependencies = [
"pyo3", "pyo3",
"yrs", "yrs",
@ -568,9 +568,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]] [[package]]
name = "yrs" name = "yrs"
version = "0.23.2" version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f76003877bef9c609585bad08e81438161c472c15d5e8116c8f87648866c6b" checksum = "bb1d740a98b12112352f05ddfc06c1505b66fca116601f9388b84be45d21f84d"
dependencies = [ dependencies = [
"arc-swap", "arc-swap",
"async-lock", "async-lock",

View file

@ -19,14 +19,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pycrdt"; pname = "pycrdt";
version = "0.12.18"; version = "0.12.20";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "y-crdt"; owner = "y-crdt";
repo = "pycrdt"; repo = "pycrdt";
tag = version; tag = version;
hash = "sha256-pqGzAOoCJy+7cTtQD6FeFDicg6S0X2M+DM/x6Id28ac="; hash = "sha256-kSwmQf46c5UJD75cfJxR3EfxFXExHhLXB+xdExr4lCk=";
}; };
postPatch = '' postPatch = ''