mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
python: pywinrm: 0.3.0 -> 0.4.1
This commit is contained in:
parent
a3d2368083
commit
7b0f103b1f
@ -11,11 +11,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pywinrm";
|
||||
version = "0.3.0";
|
||||
version = "0.4.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "799fc3e33fec8684443adf5778860388289102ea4fa1458f1bf307d167855573";
|
||||
sha256 = "4ede5c6c85b53780ad0dbf9abef2fa2ea58f44c82256a84a63eae5f1205cea81";
|
||||
};
|
||||
|
||||
checkInputs = [ mock pytest ];
|
||||
|
Loading…
Reference in New Issue
Block a user