python310Packages.locationsharinglib: 4.1.8 -> 4.2.0

Changelog: https://github.com/costastf/locationsharinglib/blob/4.2.0/HISTORY.rst
This commit is contained in:
Fabian Affolter 2023-03-02 12:01:29 +01:00 committed by Martin Weinelt
parent 7c611f6ae1
commit aa089f87a6

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "locationsharinglib";
version = "4.1.8";
version = "4.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-69NzKSWpuU0Riwlj6cFC4h/shc/83e1mpq++zxDqftY=";
hash = "sha256-1Eu+gHhUDYbZPeLblizxKuHMQfy9DhrHTaEcDYnnuP8=";
};
propagatedBuildInputs = [