snakefmt: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm
2026-04-25 04:43:48 +00:00
parent 3766f4c3d6
commit d8c98481a9
+2 -2
View File
@@ -8,12 +8,12 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "snakefmt";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-S6evESaS1IJ3YFn3jjhccNhzkBTFOL9Xt37DuLcDKeI=";
hash = "sha256-cvdAXFVEegcuWoNWv/D3Etije73dt50O2EPOlFOnXQg=";
};
build-system = with python3.pkgs; [ hatchling ];