From ee3b8b883a71fdaf4fe1d0c9269d786ab784a73d Mon Sep 17 00:00:00 2001 From: bitbloxhub <45184892+bitbloxhub@users.noreply.github.com> Date: Thu, 26 Feb 2026 19:03:08 +0000 Subject: [PATCH] seventeenlands: 0.1.43 -> 0.1.44 --- pkgs/by-name/se/seventeenlands/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/se/seventeenlands/package.nix b/pkgs/by-name/se/seventeenlands/package.nix index e610b5b13af7..f870186fb663 100644 --- a/pkgs/by-name/se/seventeenlands/package.nix +++ b/pkgs/by-name/se/seventeenlands/package.nix @@ -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