python3Packages.loro: 1.5.4 -> 1.6.0

dylan 044c124f cf350c17

Changed files
+4 -11
pkgs
development
python-modules
+4 -11
pkgs/development/python-modules/loro/default.nix
···
buildPythonPackage rec {
pname = "loro";
-
version = "1.5.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
-
hash = "sha256-vC1SLkwCkiytZe9d9t1OH+Vd360657XxdU81bM9C9jk=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
-
inherit src;
-
name = "${pname}-${version}";
-
hash = "sha256-cjIHU2aMxkYMoulePmxFhuZrqMbnOkEL+Ar75+KCVFw=";
};
build-system = [
···
nativeCheckInputs = [
pytestCheckHook
-
];
-
-
disabledTests = [
-
# Upstream test has hardcoded version and is rarely updated.
-
# See https://github.com/loro-dev/loro-py/issues/19
-
"test_version"
];
meta = {
···
buildPythonPackage rec {
pname = "loro";
+
version = "1.6.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
+
hash = "sha256-9UO4XHf3Nm3yFi3hwA490sLHUXG36WcM/8C2rFYdcpM=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
+
inherit pname version src;
+
hash = "sha256-sTJ2jA/TLoVp7UTC2YMKzuJi1SxldG8gj3YGPbVco5s=";
};
build-system = [
···
nativeCheckInputs = [
pytestCheckHook
];
meta = {