oterm: 0.12.1 -> 0.14.1 (#423285)

This commit is contained in:
Gaétan Lepage
2025-07-09 14:04:49 +02:00
committed by GitHub
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "oterm";
version = "0.12.1";
version = "0.14.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ggozad";
repo = "oterm";
tag = version;
hash = "sha256-6y73Lh3cV/fnvpZWzfyD4CletC4UV2zl+I7l88BYPIk=";
hash = "sha256-Fkr0oabFSkgUkqO3cqZANP3xUSD0uO2F8I/VEzkhvis=";
};
pythonRelaxDeps = [