@@ -3,18 +3,18 @@ class Snakemake < Formula
33
44 desc "Pythonic workflow system"
55 homepage "https://snakemake.readthedocs.io/"
6- url "https://files.pythonhosted.org/packages/87/68/f0c4cdcb642f294038d7e7fba8063f809c73fe803e3a8a9492e3a8169ba2 /snakemake-8.29.2 .tar.gz"
7- sha256 "59fab787d3d26d3b1b0218b6304dbd65a116661ca20bfec84da2305b65ae97c6 "
6+ url "https://files.pythonhosted.org/packages/0f/80/1ce0232ef3249de78ff77219fd51a3dc75074cf3b27f02d15106b5a360bd /snakemake-8.29.3 .tar.gz"
7+ sha256 "a4d4ba959beec079c7430b0cbd47989cbcc2c8943ae74034b3db38a32329c1be "
88 license "MIT"
99 head "https://github.com/snakemake/snakemake.git" , branch : "main"
1010
1111 bottle do
12- sha256 cellar : :any , arm64_sequoia : "37342a67aaa2c16d2430182ab64958541e9c34319594954cb0ebd57065b4e5a2 "
13- sha256 cellar : :any , arm64_sonoma : "93ca7dbff0b521a293222c1e7de415ba88a22a0f06a36665f95047887278c448 "
14- sha256 cellar : :any , arm64_ventura : "a5fa0597f20b24d90a0d037b426894a5db7c7a044210563ef8b5d61d717c1bb9 "
15- sha256 cellar : :any , sonoma : "a4fe57ee9b50cc8b80e403ce6983c5db42300a2931ea5c6c3091796ec707382c "
16- sha256 cellar : :any , ventura : "e70a280967aeb4580588d7e32e4f0abef919c13d529564c698a24abb04d52df6 "
17- sha256 cellar : :any_skip_relocation , x86_64_linux : "39638fd8a47f6e08b2919f61d253f31b657c1c6a1e95cd0293991cd291a93bbd "
12+ sha256 cellar : :any , arm64_sequoia : "470c4c0c85ef1e6e0d56287cacdfa9fec812ced1cf60ec33a23117343e110758 "
13+ sha256 cellar : :any , arm64_sonoma : "9e2f40536061561c7e536ad6e022484f30a155b4ffacec0b2697c987810bd6a4 "
14+ sha256 cellar : :any , arm64_ventura : "e68db4f1ac13ab388199a1666cbe8509d7c0631286a9b61f62daa5e6760a248b "
15+ sha256 cellar : :any , sonoma : "8164820cefc8713b0894295f802eefcdb156a7552d5c93910cf1510452dc110d "
16+ sha256 cellar : :any , ventura : "3443efac1df815536bc396dd31f822199be8fc89d32b69661fccf18fe2487810 "
17+ sha256 cellar : :any_skip_relocation , x86_64_linux : "6eef610d4ea6e1af06db5368fc89123297a6349f8c84ab7c7abb69a19d97310f "
1818 end
1919
2020 depends_on "rust" => :build
0 commit comments