Skip to content

Commit

Permalink
Merge pull request #4 from hogashi/pyyaml601
Browse files Browse the repository at this point in the history
Update PyYAML to 6.0.1 to fix installation on Python 3.10 and after
  • Loading branch information
motemen committed May 9, 2024
2 parents ac7769b + d60c70f commit f682185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions furoshiki2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class Furoshiki2 < Formula
depends_on "python3"

resource "PyYAML" do
url "https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz"
sha256 "607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"
url "https://files.pythonhosted.org/packages/cd/e5/af35f7ea75cf72f2cd079c95ee16797de7cd71f29ea7c68ae5ce7be1eda0/PyYAML-6.0.1.tar.gz"
sha256 "bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"
end

def install
Expand Down

0 comments on commit f682185

Please sign in to comment.