forked from mirrors/nixpkgs
python: pywinrm: 0.3.0 -> 0.4.1
This commit is contained in:
parent
a3d2368083
commit
7b0f103b1f
|
@ -11,11 +11,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pywinrm";
|
pname = "pywinrm";
|
||||||
version = "0.3.0";
|
version = "0.4.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "799fc3e33fec8684443adf5778860388289102ea4fa1458f1bf307d167855573";
|
sha256 = "4ede5c6c85b53780ad0dbf9abef2fa2ea58f44c82256a84a63eae5f1205cea81";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ mock pytest ];
|
checkInputs = [ mock pytest ];
|
||||||
|
|
Loading…
Reference in a new issue