Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.gpsoauth: 1.1.1 -> 2.0.0

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/gpsoauth/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "gpsoauth"; 13 - version = "1.1.1"; 13 + version = "2.0.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-WCAu0wM5fSkntGTcleJxS///haGw+Iv2jzrWOFnr5DU="; 20 + hash = "sha256-njt2WmpOA2TewbxBV70+1+XsMGZYnihdC0aYaRCqa9I="; 21 21 }; 22 22 23 23 nativeBuildInputs = [