about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-31 16:28:14 -0400
committerGitHub <noreply@github.com>2024-05-31 16:28:14 -0400
commitcebede2acc7f0d9c48562554b81f4424c090bba6 (patch)
tree63d193cc639c40599cac1ebd207158be922bc655 /pkgs
parentf6a6e3386c03267e79147d67587457bea54f38e4 (diff)
parent41e6e65375ac68f088c8934a81f140c9cf4cfa25 (diff)
Merge pull request #299716 from nagy/pytun
python3Packages.pytun: 2.3.0 -> 2.4.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pytun/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytun/default.nix b/pkgs/development/python-modules/pytun/default.nix
index ab11320ec4369..166afc4544339 100644
--- a/pkgs/development/python-modules/pytun/default.nix
+++ b/pkgs/development/python-modules/pytun/default.nix
@@ -6,14 +6,14 @@
 
 buildPythonPackage rec {
   pname = "pytun";
-  version = "2.3.0";
+  version = "2.4.1";
   format = "setuptools";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "montag451";
     repo = "pytun";
-    sha256 = "1cqq8aci38058fjh4a0xf21wac177fw576p2yjl2b8jd9rnsqbl5";
+    sha256 = "sha256-DZ7CoLi6LPhuc55HF9dtek+/N4A29ecnZn7bk7jweuI=";
   };
 
   # Test directory contains examples, not tests.