python3Packages.segments: 2.2.1 -> 2.3.0

This commit is contained in:
R. Ryantm
2025-08-29 19:56:12 +00:00
parent c8b00a145d
commit 9a2f99bcf0
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "segments";
version = "2.2.1";
version = "2.3.0";
pyproject = true;
disabled = isPy27;
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "cldf";
repo = "segments";
rev = "v${version}";
sha256 = "sha256-Z9AQnsK/0HUCZDzdpQKNfSBWxfAOjWNBytcfI6yBY84=";
sha256 = "sha256-5VgjaWeinXimpoCBhKBvVOmvcCIWrOqYMQegVDGJAKo=";
};
nativeBuildInputs = [ setuptools ];