Merge pull request #319947 from r-ryantm/auto-update/python311Packages.gpsoauth

python311Packages.gpsoauth: 1.1.0 -> 1.1.1
This commit is contained in:
Nick Cao
2024-06-15 09:38:38 -04:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "gpsoauth";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-BA+2aFxpFpi6cWGl4yepba7s7BmZ1ijvSBhtS23v3QM=";
hash = "sha256-WCAu0wM5fSkntGTcleJxS///haGw+Iv2jzrWOFnr5DU=";
};
nativeBuildInputs = [