nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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 11 buildPythonPackage rec { 12 pname = "gpsoauth"; 13 - version = "1.1.1"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; 17 18 src = fetchPypi { 19 inherit pname version; 20 - hash = "sha256-WCAu0wM5fSkntGTcleJxS///haGw+Iv2jzrWOFnr5DU="; 21 }; 22 23 nativeBuildInputs = [
··· 10 11 buildPythonPackage rec { 12 pname = "gpsoauth"; 13 + version = "2.0.0"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.8"; 17 18 src = fetchPypi { 19 inherit pname version; 20 + hash = "sha256-njt2WmpOA2TewbxBV70+1+XsMGZYnihdC0aYaRCqa9I="; 21 }; 22 23 nativeBuildInputs = [