python311Packages.gpsoauth: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2024-06-15 00:56:56 +00:00
parent 49aefbf4e0
commit 7ee943203d

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "gpsoauth";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-BA+2aFxpFpi6cWGl4yepba7s7BmZ1ijvSBhtS23v3QM=";
hash = "sha256-WCAu0wM5fSkntGTcleJxS///haGw+Iv2jzrWOFnr5DU=";
};
nativeBuildInputs = [