python3Packages.teltasync: 0.3.1 -> 0.4.0

https://codeberg.org/dmho/teltasync/releases/tag/v0.4.0
This commit is contained in:
Martin Weinelt 2026-07-04 21:16:56 +02:00
commit 2374f9f46b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "teltasync";
version = "0.3.1";
version = "0.4.0";
pyproject = true;
src = fetchFromCodeberg {
owner = "dmho";
repo = "teltasync";
tag = "v${finalAttrs.version}";
hash = "sha256-TXVdOT0EAwza/rgLPjMnBUCuq+2PwLoRAXvYTz2CT+0=";
hash = "sha256-xR4Rh2TnnsXAqicRDBQyhwpUh5zl5cWS6BuyxY/RFsE=";
};
postPatch = ''