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