1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 09:02:46 +00:00

pytun: 2.2.1 -> 2.3.0

This commit is contained in:
Alvar Penning 2021-01-04 12:06:50 +01:00
parent 4a55ebeca2
commit 297da66991

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;
};
}