python310Packages.geocachingapi: 0.1.1 -> 0.2.1

This commit is contained in:
R. Ryantm 2022-04-14 16:50:49 +00:00
parent 45107d1701
commit 4888a0fd60

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "geocachingapi";
version = "0.1.1";
version = "0.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Sholofly";
repo = "geocachingapi-python";
rev = "refs/tags/${version}";
sha256 = "sha256-Aj1fZ0dGlV7ynoZ7QwGrbku+IpOCx85wE19JDJaaYmc=";
sha256 = "sha256-36CkbwRDpMTprsZuPJ9khSrzqLb2Sz7iCvXtJ46uTL0=";
};
nativeBuildInputs = [