python3Packages.fritzconnection: 1.14.0 -> 1.15.0

Diff: https://github.com/kbr/fritzconnection/compare/refs/tags/1.14.0...refs/tags/1.15.0

Changelog: https://fritzconnection.readthedocs.io/en/1.15.0/sources/version_history.html

Changed files
+2 -5
pkgs
development
python-modules
fritzconnection
+2 -5
pkgs/development/python-modules/fritzconnection/default.nix
···
{
lib,
buildPythonPackage,
-
pythonOlder,
fetchFromGitHub,
pytestCheckHook,
requests,
···
buildPythonPackage rec {
pname = "fritzconnection";
-
version = "1.14.0";
pyproject = true;
-
disabled = pythonOlder "3.7";
-
src = fetchFromGitHub {
owner = "kbr";
repo = "fritzconnection";
tag = version;
-
hash = "sha256-1LLfSEOKqUIhWIR/RQEG0Bp41d908hAKDlslJlWCHys=";
};
build-system = [ setuptools ];
···
{
lib,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
requests,
···
buildPythonPackage rec {
pname = "fritzconnection";
+
version = "1.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "kbr";
repo = "fritzconnection";
tag = version;
+
hash = "sha256-ulY+nh9CSnxrktTlFSXAWJALkS4GwP/3dRIG07jQCWs=";
};
build-system = [ setuptools ];