Unverified Commit 8c6a01f4 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

snakefmt: 0.11.4 -> 0.11.5 (#499695)

parents 80a2a428 c6973e02
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 = "0.11.4";
  version = "0.11.5";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-LfJVYdViI88L/DtfUD1znBHUiLQb7MKhyJ2jhFCW4+Y=";
    hash = "sha256-27tt5KlTrpc463j5m6pUz89S6FqIKrtT9PA5EXeC1pM=";
  };

  build-system = with python3.pkgs; [ hatchling ];