Unverified Commit b880adca authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

snakefmt: 1.0.0 -> 1.1.0 (#513265)

parents c8252414 d8c98481
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];