python312Packages.fritzconnection: 1.13.2 -> 1.14.0
Diff: https://github.com/kbr/fritzconnection/compare/refs/tags/1.13.2...1.14.0 Changelog: https://fritzconnection.readthedocs.io/en/1.14.0/sources/version_history.html
This commit is contained in:
parent
0384965182
commit
3b43e3a2b3
@ -6,23 +6,26 @@
|
||||
pytestCheckHook,
|
||||
requests,
|
||||
segno,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fritzconnection";
|
||||
version = "1.13.2";
|
||||
format = "setuptools";
|
||||
version = "1.14.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kbr";
|
||||
repo = pname;
|
||||
repo = "fritzconnection";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-nWXtXhF2pUBxHdrivi4DA7+bFiZPyxb2nqsiN3j4HdI=";
|
||||
hash = "sha256-1LLfSEOKqUIhWIR/RQEG0Bp41d908hAKDlslJlWCHys=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ requests ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ requests ];
|
||||
|
||||
optional-dependencies = {
|
||||
qr = [ segno ];
|
||||
|
Loading…
Reference in New Issue
Block a user