Merge pull request #146318 from dotlambda/vilfo-api-client-0.4.1

This commit is contained in:
Sandro 2021-11-24 23:51:22 +01:00 committed by GitHub
commit 32695c8777
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [