Commit 17c3168b authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.seatconnect: 1.1.7 -> 1.1.9

parent e6aa3388
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "seatconnect";
  version = "1.1.7";
  version = "1.1.9";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -21,8 +21,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "farfar";
    repo = pname;
    rev = version;
    hash = "sha256-8QZtivHG+tf7S2hVlFaQ7yCeCCI7ft/EIr0D73mcURw=";
    rev = "refs/tags/${version}";
    hash = "sha256-HITVrI0o94a61gy/TYSGFtLBYX4Rw/dK1o2/KsvHLTQ=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;