1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

Merge pull request #67949 from talkara/pythonPackages.robotframework-sshlibrary

pythonPackages.robotframework-sshlibrary: 3.3.0 -> 3.4.0
This commit is contained in:
Marek Mahut 2019-09-03 11:02:59 +02:00 committed by GitHub
commit a8b3979f2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,12 +7,12 @@
}:
buildPythonPackage rec {
version = "3.3.0";
version = "3.4.0";
pname = "robotframework-sshlibrary";
src = fetchPypi {
inherit pname version;
sha256 = "fc5b5db63cf63a937bd4ada1a8b7508ec8a75d9454fa75e6410cbe72fd718de9";
sha256 = "21fa0183776e6061366f517765db479aaa634b707f3dd9d90ef6972adae6a755";
};
# unit tests are impure