smassh: 3.1.7 -> 3.2.1

This commit is contained in:
Harinn
2026-03-30 00:03:35 +07:00
parent 4dbecdf355
commit 983fb98da2
+4 -4
View File
@@ -8,17 +8,17 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "smassh";
version = "3.1.7";
version = "3.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "kraanzu";
repo = "smassh";
rev = "v${finalAttrs.version}";
hash = "sha256-i04DzsurF6sMMBHZjBOrkKKmkn6Nt6uF27QXABE3igg=";
tag = "v${finalAttrs.version}";
hash = "sha256-4w7mkZrm8m3MA18QLRRoRF022aaQP64iUGKUWsskqDk=";
};
nativeBuildInputs = with python3.pkgs; [ poetry-core ];
nativeBuildInputs = with python3.pkgs; [ hatchling ];
pythonRelaxDeps = [
"platformdirs"