python3Packages.seatconnect: 1.1.4 -> 1.1.5

This commit is contained in:
Fabian Affolter 2022-02-03 23:19:50 +01:00
parent b3b1345b72
commit 59c967ab74

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;