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

python311Packages.gpsoauth: 1.0.4 -> 1.1.0
This commit is contained in:
Nick Cao 2024-04-18 10:38:03 -04:00 committed by GitHub
commit 6f8977eb2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "gpsoauth";
version = "1.0.4";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-SWYXNYrnzK8P4oK9f7bmOiVdWUQHp8WvhNzIS7Y0msg=";
hash = "sha256-BA+2aFxpFpi6cWGl4yepba7s7BmZ1ijvSBhtS23v3QM=";
};
nativeBuildInputs = [