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

authored by Gaétan Lepage and committed by GitHub 20299e58 e112e682

+5 -5
+3 -3
pkgs/development/python-modules/pycrdt/Cargo.lock
··· 245 246 [[package]] 247 name = "pycrdt" 248 - version = "0.12.18" 249 dependencies = [ 250 "pyo3", 251 "yrs", ··· 568 569 [[package]] 570 name = "yrs" 571 - version = "0.23.2" 572 source = "registry+https://github.com/rust-lang/crates.io-index" 573 - checksum = "38f76003877bef9c609585bad08e81438161c472c15d5e8116c8f87648866c6b" 574 dependencies = [ 575 "arc-swap", 576 "async-lock",
··· 245 246 [[package]] 247 name = "pycrdt" 248 + version = "0.12.20" 249 dependencies = [ 250 "pyo3", 251 "yrs", ··· 568 569 [[package]] 570 name = "yrs" 571 + version = "0.23.4" 572 source = "registry+https://github.com/rust-lang/crates.io-index" 573 + checksum = "bb1d740a98b12112352f05ddfc06c1505b66fca116601f9388b84be45d21f84d" 574 dependencies = [ 575 "arc-swap", 576 "async-lock",
+2 -2
pkgs/development/python-modules/pycrdt/default.nix
··· 19 20 buildPythonPackage rec { 21 pname = "pycrdt"; 22 - version = "0.12.18"; 23 pyproject = true; 24 25 src = fetchFromGitHub { 26 owner = "y-crdt"; 27 repo = "pycrdt"; 28 tag = version; 29 - hash = "sha256-pqGzAOoCJy+7cTtQD6FeFDicg6S0X2M+DM/x6Id28ac="; 30 }; 31 32 postPatch = ''
··· 19 20 buildPythonPackage rec { 21 pname = "pycrdt"; 22 + version = "0.12.20"; 23 pyproject = true; 24 25 src = fetchFromGitHub { 26 owner = "y-crdt"; 27 repo = "pycrdt"; 28 tag = version; 29 + hash = "sha256-kSwmQf46c5UJD75cfJxR3EfxFXExHhLXB+xdExr4lCk="; 30 }; 31 32 postPatch = ''