Skip to content

Commit

Permalink
python311Packages.locationsharinglib: 5.0.2 -> 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 14, 2024
1 parent 92be40b commit 0744b43
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

buildPythonPackage rec {
pname = "locationsharinglib";
version = "5.0.2";
version = "5.0.3";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-ydwtcIJ2trQ6xg2r5kU/ogvjdBwUZhYhBdc6nBmSGcg=";
hash = "sha256-ar5/gyDnby0aceqqHe8lTQaHafOub+IPKglmct4xEGM=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 0744b43

Please sign in to comment.