Merge pull request #160573 from r-ryantm/auto-update/python3.10-seatconnect

python310Packages.seatconnect: 1.1.5 -> 1.1.6
This commit is contained in:
Fabian Affolter 2022-02-18 08:58:14 +01:00 committed by GitHub
commit 97a0aed451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "seatconnect";
version = "1.1.5";
version = "1.1.6";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "farfar";
repo = pname;
rev = version;
hash = "sha256-NA/UiapJ/SyUmrj9hd2xGV5WWy1KhxwQtqGLV73TfHk=";
hash = "sha256-8ZqqNDLygHgtUzTgdb34+4BHuStXJXnl9fBfo0WSNZw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;