pygments: revision bump for python@3.8
parent
6812a966e2
commit
c570640359
|
@ -5,6 +5,7 @@ class Pygments < Formula
|
|||
homepage "https://pygments.org/"
|
||||
url "https://files.pythonhosted.org/packages/7e/ae/26808275fc76bf2832deb10d3a3ed3107bc4de01b85dcccbe525f2cd6d1e/Pygments-2.4.2.tar.gz"
|
||||
sha256 "881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297"
|
||||
revision 1
|
||||
|
||||
head "https://github.com/pygments/pygments.git"
|
||||
|
||||
|
@ -16,7 +17,7 @@ class Pygments < Formula
|
|||
sha256 "931c35edfec89042b2fc1c97256055060dd92fc60c699a883a204caf66930bae" => :sierra
|
||||
end
|
||||
|
||||
depends_on "python"
|
||||
depends_on "python@3.8"
|
||||
|
||||
def install
|
||||
bash_completion.install "external/pygments.bashcomp" => "pygmentize"
|
||||
|
|
Loading…
Reference in New Issue