about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-15 10:25:47 -0500
committerGitHub <noreply@github.com>2024-01-15 10:25:47 -0500
commit1f68c275e2368838a0deb1d9e2c72cabc44f39f4 (patch)
tree62179c38493b3d70dc3089e8f3d3afa38314071e
parent4ab7681e0824609843fb0ad89d23beea13fe7baa (diff)
parent0744b437d39c13614c1254a27f5dff074d924e53 (diff)
downloadnixlib-1f68c275e2368838a0deb1d9e2c72cabc44f39f4.tar
nixlib-1f68c275e2368838a0deb1d9e2c72cabc44f39f4.tar.gz
nixlib-1f68c275e2368838a0deb1d9e2c72cabc44f39f4.tar.bz2
nixlib-1f68c275e2368838a0deb1d9e2c72cabc44f39f4.tar.lz
nixlib-1f68c275e2368838a0deb1d9e2c72cabc44f39f4.tar.xz
nixlib-1f68c275e2368838a0deb1d9e2c72cabc44f39f4.tar.zst
nixlib-1f68c275e2368838a0deb1d9e2c72cabc44f39f4.zip
Merge pull request #280990 from r-ryantm/auto-update/python311Packages.locationsharinglib
python311Packages.locationsharinglib: 5.0.2 -> 5.0.3
-rw-r--r--pkgs/development/python-modules/locationsharinglib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/locationsharinglib/default.nix b/pkgs/development/python-modules/locationsharinglib/default.nix
index 5f47be17a4db..98888e18df69 100644
--- a/pkgs/development/python-modules/locationsharinglib/default.nix
+++ b/pkgs/development/python-modules/locationsharinglib/default.nix
@@ -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 = [