python3Packages.loro: 1.8.2 -> 1.10.0 (#467045)
This commit is contained in:
@@ -8,17 +8,17 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "loro";
|
||||
version = "1.8.2";
|
||||
version = "1.10.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-0i3BfL7GUu2L9if4AaCjLieoe0R2oquW9FoC0WPXM64=";
|
||||
hash = "sha256-DSBf7ojgNz+z3LzbIk0MKsq98/oHlumvGOy6xpn5ivs=";
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit pname version src;
|
||||
hash = "sha256-pJJiwLHh10G9L+NZhxcCif2OP1cpjyNCaeG28YyYxmM=";
|
||||
hash = "sha256-LDwERDWgoqlANa03t9bTYjInF4dPyJJ0cta+/jgS33I=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user