python310Packages.geocachingapi: 0.1.1 -> 0.2.1

main
R. Ryantm 2 years ago
parent 45107d1701
commit 4888a0fd60
  1. 4
      pkgs/development/python-modules/geocachingapi/default.nix

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

Loading…
Cancel
Save