python310Packages.pyshark: 0.4.5 -> 0.4.6
This commit is contained in:
parent
064a605987
commit
59746e221b
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyshark";
|
pname = "pyshark";
|
||||||
version = "0.4.5";
|
version = "0.4.6";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -21,8 +21,8 @@ buildPythonPackage rec {
|
||||||
repo = pname;
|
repo = pname;
|
||||||
# 0.4.5 was the last release which was tagged
|
# 0.4.5 was the last release which was tagged
|
||||||
# https://github.com/KimiNewt/pyshark/issues/541
|
# https://github.com/KimiNewt/pyshark/issues/541
|
||||||
rev = "8f8f13aba6ae716aa0a48175255063fe542fdc3b";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-v9CC9hgTABAiJ0qiFZ/9/zMmHzJXKq3neGtTq/ucnT4=";
|
hash = "sha256-yEpUFihETKta3+Xb8eSyTZ1uSi7ao4OqWzsCgDLLhe8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/src";
|
sourceRoot = "${src.name}/src";
|
||||||
|
|
Loading…
Reference in a new issue