fades: revision bump for python@3.8

This commit is contained in:
Caleb Xu 2020-01-11 09:28:32 -05:00 committed by FX Coudert
parent 0c079e3e9e
commit 9ec1987753

View file

@ -3,6 +3,7 @@ class Fades < Formula
homepage "https://fades.readthedocs.org/"
url "https://files.pythonhosted.org/packages/8b/9c/fd93dff7d8665b704c2f008009876118971df691f8e5bd662befdb8f574c/fades-8.1.tar.gz"
sha256 "c9ba065b59e9b6a2ab6fb6f65cd71a17e9fc97f543d5c975a4f9841a51d49317"
revision 1
head "https://github.com/PyAr/fades.git"
bottle do
@ -13,7 +14,7 @@ class Fades < Formula
sha256 "4df027cd197638de99378de8d7e0c91f6fa4fbbd685440dca7df1363d32529f6" => :sierra
end
depends_on "python"
depends_on "python@3.8"
def install
pyver = Language::Python.major_minor_version "python3"