Skip to content

Commit 32079ec

Browse files
authored
Merge pull request #235704 from Homebrew/bump-snakefmt-0.11.1
snakefmt 0.11.1
2 parents 43afaae + 5660df6 commit 32079ec

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Formula/s/snakefmt.rb

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ class Snakefmt < Formula
33

44
desc "Snakemake code formatter"
55
homepage "https://github.com/snakemake/snakefmt/"
6-
url "https://files.pythonhosted.org/packages/66/da/0411e11ff46a9706539b1215ecf4afa3e5bc2da60e4caa8cc23177044e6a/snakefmt-0.11.0.tar.gz"
7-
sha256 "afc3b92e103cfda80fff7e77f357f6cc1dab742272ee76342ba342f30e721f30"
6+
url "https://files.pythonhosted.org/packages/26/08/34fb07cadad1e9598031522e641ba0da3145cc8f70891b77790d08554ded/snakefmt-0.11.1.tar.gz"
7+
sha256 "2c20d40b4368bef20ad704bdf2914eae1605176248fa4252c8f8c1118c60941b"
88
license "MIT"
99
head "https://github.com/snakemake/snakefmt.git", branch: "master"
1010

1111
bottle do
12-
rebuild 2
13-
sha256 cellar: :any_skip_relocation, all: "5c94368a6d353ffc50d555fe61ff9b22f5fa7b9340ec5d41b1101615b2a4d056"
12+
sha256 cellar: :any_skip_relocation, all: "96c0f5cd21c49768cfedc3e5bcfea7bc792cdcafc8fea6a38a58e231b1978426"
1413
end
1514

1615
depends_on "[email protected]"
@@ -45,11 +44,6 @@ class Snakefmt < Formula
4544
sha256 "ca753cf4d81dc309bc67b0ea38fd15dc97bc30ce419a7f58d13eb3bf14c4febf"
4645
end
4746

48-
resource "toml" do
49-
url "https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c/toml-0.10.2.tar.gz"
50-
sha256 "b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
51-
end
52-
5347
def install
5448
# The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
5549
ENV["SOURCE_DATE_EPOCH"] = "1451574000"

0 commit comments

Comments
 (0)