python312Packages.snitun: 0.36.2 -> 0.39.1

Diff: https://github.com/NabuCasa/snitun/compare/refs/tags/0.36.2...0.39.1

Changelog: https://github.com/NabuCasa/snitun/releases/tag/0.39.1
This commit is contained in:
Fabian Affolter 2024-05-17 12:44:24 +02:00
parent 4ee81ce93b
commit 1724948b0c

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "snitun";
version = "0.36.2";
version = "0.39.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "NabuCasa";
repo = "snitun";
rev = "refs/tags/${version}";
hash = "sha256-ViNsmTq1iLxNujA71b9JZB5AZ79ZbiqdTyDeBGd4gUA=";
hash = "sha256-jewDQqvLUh/066BSEADXkCvjLFRnodKtUPKfvi0KUpI=";
};
nativeBuildInputs = [