Merge pull request #151296 from fabaff/bump-subarulink

python3Packages.subarulink: 0.3.15 -> 0.3.16

authored by Fabian Affolter and committed by GitHub b3f68bbe 825be2db

+9 -4
+9 -4
pkgs/development/python-modules/subarulink/default.nix
··· 12 13 buildPythonPackage rec { 14 pname = "subarulink"; 15 - version = "0.3.15"; 16 disabled = pythonOlder "3.7"; 17 18 src = fetchFromGitHub { 19 owner = "G-Two"; 20 repo = pname; 21 rev = "v${version}"; 22 - sha256 = "sha256-akDccWkiFwTwq7dvUxm34BFNS5PnQowqnxVvkPFzxLM="; 23 }; 24 25 propagatedBuildInputs = [ ··· 35 ]; 36 37 postPatch = '' 38 - substituteInPlace setup.cfg --replace "--cov=subarulink" "" 39 ''; 40 41 __darwinAllowLocalNetworking = true; ··· 44 export HOME=$(mktemp -d) 45 ''; 46 47 - pythonImportsCheck = [ "subarulink" ]; 48 49 meta = with lib; { 50 description = "Python module for interacting with STARLINK-enabled vehicle";
··· 12 13 buildPythonPackage rec { 14 pname = "subarulink"; 15 + version = "0.3.16"; 16 + format = "setuptools"; 17 + 18 disabled = pythonOlder "3.7"; 19 20 src = fetchFromGitHub { 21 owner = "G-Two"; 22 repo = pname; 23 rev = "v${version}"; 24 + sha256 = "sha256-7waY5AOONi+u056JRH9KcoBWSB4AlMw4QcMW0uoCARc="; 25 }; 26 27 propagatedBuildInputs = [ ··· 37 ]; 38 39 postPatch = '' 40 + substituteInPlace setup.cfg \ 41 + --replace "--cov=subarulink" "" 42 ''; 43 44 __darwinAllowLocalNetworking = true; ··· 47 export HOME=$(mktemp -d) 48 ''; 49 50 + pythonImportsCheck = [ 51 + "subarulink" 52 + ]; 53 54 meta = with lib; { 55 description = "Python module for interacting with STARLINK-enabled vehicle";