python3Packages.pytenable: 1.2.8 -> 1.3.0
This commit is contained in:
parent
8ed718c299
commit
6650cbfd5f
1 changed files with 2 additions and 2 deletions
|
@ -17,13 +17,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytenable";
|
pname = "pytenable";
|
||||||
version = "1.2.8";
|
version = "1.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tenable";
|
owner = "tenable";
|
||||||
repo = "pyTenable";
|
repo = "pyTenable";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "12x0w1c4blm73ixv07w90jkydl7d8dx5l27ih9vc1yv9v2zzb53k";
|
sha256 = "sha256-APwBC1fL5JtYL5E/pabQpwGD1OtFMNPeWi/b9+hbhBE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue