python310Packages.geocachingapi: 0.2.2 -> 0.2.3

+2 -2
+2 -2
pkgs/development/python-modules/geocachingapi/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "geocachingapi"; 13 - version = "0.2.2"; 13 + version = "0.2.3"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "Sholofly"; 20 20 repo = "geocachingapi-python"; 21 21 rev = "refs/tags/${version}"; 22 - sha256 = "sha256-EoAY3kUFCxQY2Dodwl0TWye5MTjjHvbna5AHha1UzCc="; 22 + sha256 = "sha256-C4nj4KFEwsY5V5f0Q1x+9sD8Ihz5m7b3jg2pOyB/pDg="; 23 23 }; 24 24 25 25 nativeBuildInputs = [