python3Packages.fritzconnection: 1.4.2 -> 1.5.0
https://fritzconnection.readthedocs.io/en/1.5.0/sources/changes.html
This commit is contained in:
parent
28907d3bff
commit
d8db949832
|
@ -2,14 +2,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "fritzconnection";
|
||||
version = "1.4.2";
|
||||
version = "1.5.0";
|
||||
|
||||
# no tests on PyPI
|
||||
src = fetchFromGitHub {
|
||||
owner = "kbr";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "02w1hwbfwbh5xlq433myzv6ms7jqxg8kn3d6znq4ic22zprzf5r2";
|
||||
sha256 = "sha256-Iw7R+39rpoCTrRD74kBihF7AMcJWxy2xdPhKLznWdlo=";
|
||||
};
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
|
Loading…
Reference in New Issue