Merge pull request #108385 from oxzi/pytun-2.3.0

pytun: 2.2.1 -> 2.3.0
This commit is contained in:
Sandro 2021-01-04 16:36:19 +01:00 committed by GitHub
commit 3aad2ab8c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,15 +5,16 @@
buildPythonPackage rec {
pname = "pytun";
version = "2.2.1";
version = "2.3.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "montag451";
repo = "pytun";
sha256 = "1bxk0z0v8m0b01xg94f039j3bsclkshb7girvjqfzk5whbd2nryh";
sha256 = "1cqq8aci38058fjh4a0xf21wac177fw576p2yjl2b8jd9rnsqbl5";
};
# Test directory contains examples, not tests.
doCheck = false;
meta = with stdenv.lib; {
@ -23,5 +24,4 @@ buildPythonPackage rec {
maintainers = with maintainers; [ montag451 ];
platforms = platforms.linux;
};
}