snakefmt: 0.11.3 -> 0.11.4

This commit is contained in:
R. Ryantm
2026-02-10 17:55:59 +00:00
parent ce1a7c1f9e
commit 48d37d5498
+2 -2
View File
@@ -8,14 +8,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "snakefmt";
version = "0.11.3";
version = "0.11.4";
pyproject = true;
disabled = python3.pythonOlder "3.11";
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-PvuC9mwFl3EhJq1UDsFc7iTXl+RDiU/YbM9qqQdQbsA=";
hash = "sha256-LfJVYdViI88L/DtfUD1znBHUiLQb7MKhyJ2jhFCW4+Y=";
};
build-system = with python3.pkgs; [ hatchling ];