diff --git a/.github/autobump.txt b/.github/autobump.txt index 1c34e5291e0f..937957f9ff31 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2051,6 +2051,7 @@ pagmo pan pandoc pandoc-crossref +pandoc-plot pandocomatic pango pangomm diff --git a/Formula/p/pandoc-plot.rb b/Formula/p/pandoc-plot.rb index f5d4b73b0f86..edb1f3b2357e 100644 --- a/Formula/p/pandoc-plot.rb +++ b/Formula/p/pandoc-plot.rb @@ -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