Merge pull request #146318 from dotlambda/vilfo-api-client-0.4.1
This commit is contained in:
commit
32695c8777
1 changed files with 5 additions and 3 deletions
|
@ -4,19 +4,20 @@
|
|||
, setuptools-scm
|
||||
, getmac
|
||||
, requests
|
||||
, semver
|
||||
, pytestCheckHook
|
||||
, responses
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "vilfo-api-client";
|
||||
version = "0.3.3";
|
||||
version = "0.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ManneW";
|
||||
repo = "vilfo-api-client-python";
|
||||
rev = "v${version}";
|
||||
sha256 = "1gy5gpsg99rcm1cc3m30232za00r9i46sp74zpd12p3vzz1wyyqf";
|
||||
rev = version;
|
||||
sha256 = "sha256-j06Bbv0hWSmrlCv8RfgvfGTyOF+vSX+zZnX3AvG5Hys=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -33,6 +34,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
getmac
|
||||
requests
|
||||
semver
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue