Loading pkgs/development/python-modules/pycrdt/Cargo.lock +5 −5 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ version = 4 [[package]] name = "arc-swap" version = "1.8.2" version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5" checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6" dependencies = [ "rustversion", ] Loading Loading @@ -137,9 +137,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "itoa" version = "1.0.17" version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "js-sys" Loading Loading @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "pycrdt" version = "0.12.49" version = "0.12.50" dependencies = [ "pyo3", "serde_json", Loading pkgs/development/python-modules/pycrdt/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -20,14 +20,14 @@ buildPythonPackage (finalAttrs: { pname = "pycrdt"; version = "0.12.49"; version = "0.12.50"; pyproject = true; src = fetchFromGitHub { owner = "y-crdt"; repo = "pycrdt"; tag = finalAttrs.version; hash = "sha256-TOILofUQYRZxHxn81lGkEEpp37DdHMznPE60aENKFkc="; hash = "sha256-YtOgUzoqLnRslHrSWSkP+AexdaBR/1e+NH4gKSIKn9I="; }; postPatch = '' Loading Loading
pkgs/development/python-modules/pycrdt/Cargo.lock +5 −5 Original line number Diff line number Diff line Loading @@ -4,9 +4,9 @@ version = 4 [[package]] name = "arc-swap" version = "1.8.2" version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5" checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6" dependencies = [ "rustversion", ] Loading Loading @@ -137,9 +137,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "itoa" version = "1.0.17" version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" [[package]] name = "js-sys" Loading Loading @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "pycrdt" version = "0.12.49" version = "0.12.50" dependencies = [ "pyo3", "serde_json", Loading
pkgs/development/python-modules/pycrdt/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -20,14 +20,14 @@ buildPythonPackage (finalAttrs: { pname = "pycrdt"; version = "0.12.49"; version = "0.12.50"; pyproject = true; src = fetchFromGitHub { owner = "y-crdt"; repo = "pycrdt"; tag = finalAttrs.version; hash = "sha256-TOILofUQYRZxHxn81lGkEEpp37DdHMznPE60aENKFkc="; hash = "sha256-YtOgUzoqLnRslHrSWSkP+AexdaBR/1e+NH4gKSIKn9I="; }; postPatch = '' Loading