Unverified Commit f6cee70d authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

snakemake: 9.16.2 -> 9.16.3 (#487392)

parents 48c62d04 ce569b28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

python3Packages.buildPythonApplication rec {
  pname = "snakemake";
  version = "9.16.2";
  version = "9.16.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "snakemake";
    repo = "snakemake";
    tag = "v${version}";
    hash = "sha256-8pxl1GE30kM3wbbsgDnH1TKfVjQ6ZpFJ3980L7/Balk=";
    hash = "sha256-+eEzpRY6ZEKB3v1/AkHDg4bOcM2Y6pt4UMrdKF6soac=";
  };

  postPatch = ''