python3Packages.snitun: 0.40.0 -> 0.44.0

https://github.com/NabuCasa/snitun/releases/tag/0.44.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:14 +02:00
parent e5f6772814
commit f5fafff497
@@ -8,6 +8,7 @@
cryptography,
fetchFromGitHub,
pytest-aiohttp,
pytest-codspeed,
pytestCheckHook,
pythonAtLeast,
pythonOlder,
@@ -16,7 +17,7 @@
buildPythonPackage rec {
pname = "snitun";
version = "0.40.0";
version = "0.44.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -25,9 +26,14 @@ buildPythonPackage rec {
owner = "NabuCasa";
repo = "snitun";
tag = version;
hash = "sha256-wit0GVuWFMl1u+VC7Aw+dPcvqLGyviSz/DVUKXvSvAs=";
hash = "sha256-jZRA/UKamB5fUSvyaemN0Vq4GX6bNL8rsYCgToEkIL4=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail 'version = "0.0.0"' 'version = "${version}"'
'';
build-system = [ setuptools ];
dependencies = [
@@ -39,6 +45,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytest-aiohttp
pytest-codspeed
pytestCheckHook
];