Merge pull request #134263 from fabaff/bump-locationsharinglib

python3Packages.locationsharinglib: 4.1.6 -> 4.1.8

authored by

Sandro and committed by
GitHub
fc2fba40 bbfaecd6

+5 -3
+5 -3
pkgs/development/python-modules/locationsharinglib/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "locationsharinglib"; 17 - version = "4.1.6"; 18 - disabled = pythonOlder "3.6"; 17 + version = "4.1.8"; 18 + disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - sha256 = "092j8z01nwjqh5zr7aj8mxl1zjd3j2irhrs39dhn47bd6db2a6ij"; 22 + sha256 = "sha256-69NzKSWpuU0Riwlj6cFC4h/shc/83e1mpq++zxDqftY="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [ ··· 39 39 # Tests requirements want to pull in multiple modules which we don't need 40 40 substituteInPlace setup.py \ 41 41 --replace "tests_require=test_requirements" "tests_require=[]" 42 + substituteInPlace requirements.txt \ 43 + --replace "coloredlogs>=15.0.1" "coloredlogs" 42 44 ''; 43 45 44 46 checkPhase = ''