mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
python3Packages.robotframework-sshlibrary: 3.6.0 -> 3.7.0
This commit is contained in:
parent
6472b76134
commit
5c8f52307e
@ -7,12 +7,12 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "3.6.0";
|
||||
version = "3.7.0";
|
||||
pname = "robotframework-sshlibrary";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "169c343f4db71e1969169fa6f383ca7fff549aa8f83bdd3d9cbd03cea928b688";
|
||||
sha256 = "55bd5a11bb1fe60a5a83446e6a3e1e81b13fc671e3b660aa55912a263c1f63aa";
|
||||
};
|
||||
|
||||
# unit tests are impure
|
||||
|
Loading…
Reference in New Issue
Block a user