Skip to content

Commit f6085ec

Browse files
committed
snakefmt 0.11.1
1 parent 76cf335 commit f6085ec

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Formula/s/snakefmt.rb

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ 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

@@ -45,11 +45,6 @@ class Snakefmt < Formula
4545
sha256 "ca753cf4d81dc309bc67b0ea38fd15dc97bc30ce419a7f58d13eb3bf14c4febf"
4646
end
4747

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-
5348
def install
5449
# The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
5550
ENV["SOURCE_DATE_EPOCH"] = "1451574000"

0 commit comments

Comments
 (0)