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

python310Packages.geocachingapi: 0.1.1 -> 0.2.1

authored by

Artturi and committed by
GitHub
f9c1f026 82c41765

+2 -2
+2 -2
pkgs/development/python-modules/geocachingapi/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "geocachingapi"; 13 - version = "0.1.1"; 13 + version = "0.2.1"; 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-Aj1fZ0dGlV7ynoZ7QwGrbku+IpOCx85wE19JDJaaYmc="; 22 + sha256 = "sha256-36CkbwRDpMTprsZuPJ9khSrzqLb2Sz7iCvXtJ46uTL0="; 23 23 }; 24 24 25 25 nativeBuildInputs = [