Skip to content

Commit

Permalink
Merge pull request #191272 from chenrui333/bump-pandoc-plot-1.9.0
Browse files Browse the repository at this point in the history
pandoc-plot 1.9.0
  • Loading branch information
BrewTestBot committed Sep 20, 2024
2 parents 646df48 + aa26d24 commit 160c900
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2051,6 +2051,7 @@ pagmo
pan
pandoc
pandoc-crossref
pandoc-plot
pandocomatic
pango
pangomm
Expand Down
18 changes: 8 additions & 10 deletions Formula/p/pandoc-plot.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
class PandocPlot < Formula
desc "Render and include figures in Pandoc documents using many plotting toolkits"
homepage "https://github.com/LaurentRDC/pandoc-plot"
url "https://hackage.haskell.org/package/pandoc-plot-1.8.0/pandoc-plot-1.8.0.tar.gz"
sha256 "bdcb2c424e4f031ef8520943e5b61679cae01f51ca35887c28fd92eb17f8e241"
url "https://hackage.haskell.org/package/pandoc-plot-1.9.0/pandoc-plot-1.9.0.tar.gz"
sha256 "ea453cff15e82b9af3461dcf5918e2329267a5aa3cd9b609feeed690c87fbec0"
license "GPL-2.0-or-later"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "117a32edbb285abd8a6b0af44816cd70220bf4d105fa31da3693a5b116cb8a21"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "61f9c2fc41122b2a2253b5725a5c14cbcfa55a5ae152907c38efc1542d7d3ee5"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e578a6cc80a3a404b105f54e33e9fc288d179af4812a39e3361067b774a823cc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2f5c003812b407609d816b0b220b638b71a15fb63daab763006fe37a38d1efcf"
sha256 cellar: :any_skip_relocation, sonoma: "34d076508cdaa73d033699df89b2d4404e688eafe7f555a034296af85ba05c40"
sha256 cellar: :any_skip_relocation, ventura: "0647ceb0880cae41840143dc4f176dffd6ddecf59077311fd5b492793a8fa0b3"
sha256 cellar: :any_skip_relocation, monterey: "ccc2183be46b10b56fe79a62c54ec3947e7c2092db6be08dc3077e8d9b7d3a9d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "494066c10c56cea658b48546412e5da45ac6033b97a9c2062218d9704ce76c5b"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab31eebaf137704e1beb2c23144fb505043c5812e57e80cfc6a3c995ecf00277"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "386e996536f4eef3d029f23758c4a2156bb3eadb91c3efe3defea6d4704fc9d3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "46b5797541e719c6bbe86d114b19634bd91edaae02701a3a3e0f49ec71bb8ef7"
sha256 cellar: :any_skip_relocation, sonoma: "4940122cde59e68204ece7a83823d8bf6b10ef011a0395735df4f2a39188c025"
sha256 cellar: :any_skip_relocation, ventura: "b6cb1be1ca258928a8d7bfa52fdad70720ccec3c7ef832015009165e4763c56a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3ef903bcc808bc04a4558f2be50266f41b2282550ae9ba019cc8e07941445ef3"
end

depends_on "cabal-install" => :build
Expand Down

0 comments on commit 160c900

Please sign in to comment.