python3Packages.robotframework-sshlibrary: 3.7.0 -> 3.8.0
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "3.7.0";
|
||||
version = "3.8.0";
|
||||
pname = "robotframework-sshlibrary";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "55bd5a11bb1fe60a5a83446e6a3e1e81b13fc671e3b660aa55912a263c1f63aa";
|
||||
sha256 = "aedf8a02bcb7344404cf8575d0ada25d6c7dc2fcb65de2113c4e07c63d2446c2";
|
||||
};
|
||||
|
||||
# unit tests are impure
|
||||
|
||||
Reference in New Issue
Block a user