python311Packages.locationsharinglib: 5.0.1 -> 5.0.2

Changelog: https://github.com/costastf/locationsharinglib/blob/5.0.2/HISTORY.rst
This commit is contained in:
Fabian Affolter 2023-09-10 14:35:07 +02:00
parent 964006733a
commit 62e31beb71

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "locationsharinglib";
version = "5.0.1";
version = "5.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-KT/q1UIJ/DzGqz8T08MXG9UCstAcpDydM4Tkn33pruI=";
hash = "sha256-ydwtcIJ2trQ6xg2r5kU/ogvjdBwUZhYhBdc6nBmSGcg=";
};
propagatedBuildInputs = [