Merge pull request #168649 from r-ryantm/auto-update/python310Packages.geocachingapi

python310Packages.geocachingapi: 0.1.1 -> 0.2.1
This commit is contained in:
Artturi 2022-04-15 00:00:04 +03:00 committed by GitHub
commit f9c1f02601
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [