python3Packages.teltasync: 0.2.0 -> 0.3.1

This commit is contained in:
R. Ryantm
2026-05-04 11:33:26 +00:00
parent 99828ad28e
commit 868d86e63d
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "teltasync";
version = "0.2.0";
version = "0.3.1";
pyproject = true;
src = fetchFromCodeberg {
owner = "dmho";
repo = "teltasync";
tag = "v${finalAttrs.version}";
hash = "sha256-skTJyWkDplgGJ5al6YMVnFAo1Js1yc5ViKUiPm9hhJg=";
hash = "sha256-TXVdOT0EAwza/rgLPjMnBUCuq+2PwLoRAXvYTz2CT+0=";
};
postPatch = ''