juju-wait: use PyYAML 3.13
This commit is contained in:
parent
5ab9f129ac
commit
410c84547c
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ class JujuWait < Formula
|
|||
depends_on "juju"
|
||||
|
||||
resource "PyYAML" do
|
||||
url "https://files.pythonhosted.org/packages/bd/da/0a49c1a31c60634b93fd1376b3b7966c4f81f2da8263f389cad5b6bbd6e8/PyYAML-4.2b1.tar.gz"
|
||||
sha256 "ef3a0d5a5e950747f4a39ed7b204e036b37f9bddc7551c1a813b8727515a832e"
|
||||
url "https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz"
|
||||
sha256 "3ef3092145e9b70e3ddd2c7ad59bdd0252a94dfe3949721633e41344de00a6bf"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue