Merge pull request #241623 from fabaff/seatconnect-bump

python311Packages.seatconnect: 1.1.6 -> 1.1.7
This commit is contained in:
Fabian Affolter 2023-07-05 22:35:04 +02:00 committed by GitHub
commit 00a3f60340
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.6";
version = "1.1.7";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "farfar";
repo = pname;
rev = version;
hash = "sha256-8ZqqNDLygHgtUzTgdb34+4BHuStXJXnl9fBfo0WSNZw=";
hash = "sha256-8QZtivHG+tf7S2hVlFaQ7yCeCCI7ft/EIr0D73mcURw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;