From 955a13b55223865c34046808954d40d44151904c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 22 Jun 2023 16:35:58 +0200 Subject: [PATCH] python311Packages.aranet4: 2.1.3 -> 2.2.0 Diff: https://github.com/Anrijs/Aranet4-Python/compare/refs/tags/v2.1.3...v2.2.0 --- pkgs/development/python-modules/aranet4/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/aranet4/default.nix b/pkgs/development/python-modules/aranet4/default.nix index 6ea81a8347a3..6e3b1f0e571b 100644 --- a/pkgs/development/python-modules/aranet4/default.nix +++ b/pkgs/development/python-modules/aranet4/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "aranet4"; - version = "2.1.3"; + version = "2.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "Anrijs"; repo = "Aranet4-Python"; rev = "refs/tags/v${version}"; - hash = "sha256-5q4eOC9iuN8pUmDsiQ7OwEXkxi4KdL+bhGVjlQlTBAg="; + hash = "sha256-u2KLs+j8MvJhyX8rpMjd1uwPSD8hkCbhOL7Y/FqbwTM="; }; propagatedBuildInputs = [ @@ -34,6 +34,11 @@ buildPythonPackage rec { "aranet4" ]; + disabledTests = [ + # Test compares rendered output + "test_current_values" + ]; + meta = with lib; { description = "Module to interact with Aranet4 devices"; homepage = "https://github.com/Anrijs/Aranet4-Python";