Merge pull request #158057 from fabaff/bump-seatconnect

This commit is contained in:
Martin Weinelt 2022-02-04 00:03:22 +01:00 committed by GitHub
commit dcaff961ef
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.4";
version = "1.1.5";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -21,8 +21,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "farfar";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NA/UiapJ/SyUmrj9hd2xGV5WWy1KhxwQtqGLV73TfHk=";
rev = version;
hash = "sha256-NA/UiapJ/SyUmrj9hd2xGV5WWy1KhxwQtqGLV73TfHk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;