Unverified Commit b4cca74d authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.taxi: 6.2.0 -> 6.3.1 (#353155)

parents a77dfca0 0d0d64b1
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -3,30 +3,29 @@
  buildPythonPackage,
  fetchFromGitHub,
  appdirs,
  requests,
  click,
  setuptools,
  flit-core,
  pytestCheckHook,
  freezegun,
}:

buildPythonPackage rec {
  pname = "taxi";
  version = "6.2.0";
  format = "setuptools";
  version = "6.3.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "sephii";
    repo = "taxi";
    rev = version;
    hash = "sha256-wtLlO/W+39kTPjb2U6c54bxWxAQB7CxGxBh8gur+RCQ=";
    hash = "sha256-QB88RpgzrQy7DGeRdMHC2SV5Esp/r5LZtlaY5C8vJxw=";
  };

  propagatedBuildInputs = [
  build-system = [ flit-core ];

  dependencies = [
    appdirs
    requests
    click
    setuptools
  ];

  nativeCheckInputs = [