3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pytenable: 1.2.8 -> 1.3.0

This commit is contained in:
Fabian Affolter 2021-06-13 00:19:10 +02:00
parent 8ed718c299
commit 6650cbfd5f

View file

@ -17,13 +17,13 @@
buildPythonPackage rec {
pname = "pytenable";
version = "1.2.8";
version = "1.3.0";
src = fetchFromGitHub {
owner = "tenable";
repo = "pyTenable";
rev = version;
sha256 = "12x0w1c4blm73ixv07w90jkydl7d8dx5l27ih9vc1yv9v2zzb53k";
sha256 = "sha256-APwBC1fL5JtYL5E/pabQpwGD1OtFMNPeWi/b9+hbhBE=";
};
propagatedBuildInputs = [