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

python311Packages.gpsoauth: 1.0.4 -> 1.1.0

authored by Nick Cao and committed by GitHub 6f8977eb ab92f536

+2 -2
+2 -2
pkgs/development/python-modules/gpsoauth/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "gpsoauth"; 13 - version = "1.0.4"; 13 + version = "1.1.0"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.8"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - hash = "sha256-SWYXNYrnzK8P4oK9f7bmOiVdWUQHp8WvhNzIS7Y0msg="; 20 + hash = "sha256-BA+2aFxpFpi6cWGl4yepba7s7BmZ1ijvSBhtS23v3QM="; 21 21 }; 22 22 23 23 nativeBuildInputs = [