oterm: 0.2.9 -> 0.4.2

This commit is contained in:
R. Ryantm 2024-08-23 17:19:09 +00:00
parent 5b36ae93b0
commit 6815fd88e7

View File

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "oterm";
version = "0.2.9";
version = "0.4.2";
pyproject = true;
src = fetchFromGitHub {
owner = "ggozad";
repo = "oterm";
rev = "refs/tags/${version}";
hash = "sha256-UOZxktgpuTxkE1+DVnd5T1Fye+2SS2hUDmWtCaGEol0=";
hash = "sha256-0wiUqpjCHGHOuJJaDzpmMGtCBgUI5Sk29DrOgbLj018=";
};
pythonRelaxDeps = [