lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.fritzconnection: 1.13.1 -> 1.13.2

Diff: https://github.com/kbr/fritzconnection/compare/refs/tags/1.13.1...1.13.2

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

+2 -2
+2 -2
pkgs/development/python-modules/fritzconnection/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "fritzconnection"; 12 - version = "1.13.1"; 12 + version = "1.13.2"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.7"; ··· 18 18 owner = "kbr"; 19 19 repo = pname; 20 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-FTg5LHjti6Srmz1LcPU0bepNzn2tpmdSBM3Y2BzZEms="; 21 + hash = "sha256-nWXtXhF2pUBxHdrivi4DA7+bFiZPyxb2nqsiN3j4HdI="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [