python3Packages.livisi: 1.0.1 -> 1.0.2 (#562968)

This commit is contained in:
dotlambda
2026-09-13 21:27:24 +00:00
committed by GitHub

View File

@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "livisi";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "planbnet";
repo = "livisi";
tag = "v${version}";
hash = "sha256-5TRJfI4irg2/ZxpfgzShXE08HWU2aWLR8zGbrZKpwbc=";
hash = "sha256-dInlvC+klwLRzJyPtAPweLG+ggWINcE4ENfKy3VgP3I=";
};
build-system = [ setuptools ];