fades: revision bump for python@3.8
This commit is contained in:
parent
0c079e3e9e
commit
9ec1987753
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue