python311Packages.gpsoauth: 1.0.4 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-04-18 10:44:38 +00:00
parent 457c341784
commit 862cc79eb1
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 = [