We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218c5fa commit be85b6dCopy full SHA for be85b6d
Formula/p/pipgrip.rb
@@ -22,6 +22,12 @@ class Pipgrip < Formula
22
resource "anytree" do
23
url "https://files.pythonhosted.org/packages/f9/44/2dd9c5d0c3befe899738b930aa056e003b1441bfbf34aab8fce90b2b7dea/anytree-2.12.1.tar.gz"
24
sha256 "244def434ccf31b668ed282954e5d315b4e066c4940b94aff4a7962d85947830"
25
+
26
+ # poetry build patch, upstream pr ref, https://github.com/c0fec0de/anytree/pull/271
27
+ patch do
28
+ url "https://github.com/c0fec0de/anytree/commit/aa20d31631403f9650f3b4090d5c8579f9abaf5b.patch?full_index=1"
29
+ sha256 "05b9b5ecf80986fcecb195d798e1277c9e7c69ed5fd44fea9898e20a44828587"
30
+ end
31
end
32
33
resource "click" do
0 commit comments