Unverified Commit 2d23c38d authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

seventeenlands: 0.1.43 -> 0.1.44 (#494456)

parents 3f5ef5d2 ee3b8b88
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@
}:
python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "seventeenlands";
  version = "0.1.43";
  version = "0.1.44";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-oTF4dtMKhx2YR80goKTcyq2P0mxAKLE2Ze5HbMNvyGg=";
    hash = "sha256-yz+HGovKIuu3Ou1jo+aNJPiNiERVZvsTtiy9tVhySwI=";
  };

  # No tests
@@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {

  pythonImportsCheck = [ "seventeenlands" ];

  build-system = with python3.pkgs; [ setuptools ];
  build-system = with python3.pkgs; [ hatchling ];

  dependencies = with python3.pkgs; [
    python-dateutil