python313Packages.fritzconnection: 1.15.0 -> 1.15.1
Diff: https://github.com/kbr/fritzconnection/compare/1.15.0...1.15.1 Changelog: https://fritzconnection.readthedocs.io/en/1.15.1/sources/version_history.html
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fritzconnection";
|
||||
version = "1.15.0";
|
||||
version = "1.15.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kbr";
|
||||
repo = "fritzconnection";
|
||||
tag = version;
|
||||
hash = "sha256-ulY+nh9CSnxrktTlFSXAWJALkS4GwP/3dRIG07jQCWs=";
|
||||
hash = "sha256-J07zAXZxQc3TCfsjYcBhQdxsYwHabE9vdj3eMkWua54=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user