summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-08-16 15:29:41 +0200
committerGitHub <noreply@github.com>2021-08-16 15:29:41 +0200
commitfc2fba40a400e188df155a9bb01564682ce0004e (patch)
tree36effa59dbce6dadb8526e56a7a3f05d94e082fb /pkgs/development/python-modules
parentbbfaecd62c10014d2ed40d4cfd4a5754078b6078 (diff)
parent54dfcbf48ced466da46babe99a2beed4984d1a54 (diff)
Merge pull request #134263 from fabaff/bump-locationsharinglib
python3Packages.locationsharinglib: 4.1.6 -> 4.1.8
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/locationsharinglib/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/locationsharinglib/default.nix b/pkgs/development/python-modules/locationsharinglib/default.nix
index 4baf8600ac76..42cf477ca160 100644
--- a/pkgs/development/python-modules/locationsharinglib/default.nix
+++ b/pkgs/development/python-modules/locationsharinglib/default.nix
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "locationsharinglib";
- version = "4.1.6";
- disabled = pythonOlder "3.6";
+ version = "4.1.8";
+ disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- sha256 = "092j8z01nwjqh5zr7aj8mxl1zjd3j2irhrs39dhn47bd6db2a6ij";
+ sha256 = "sha256-69NzKSWpuU0Riwlj6cFC4h/shc/83e1mpq++zxDqftY=";
};
propagatedBuildInputs = [
@@ -39,6 +39,8 @@ buildPythonPackage rec {
# Tests requirements want to pull in multiple modules which we don't need
substituteInPlace setup.py \
--replace "tests_require=test_requirements" "tests_require=[]"
+ substituteInPlace requirements.txt \
+ --replace "coloredlogs>=15.0.1" "coloredlogs"
'';
checkPhase = ''