Skip to content

Commit d6c7a3d

Browse files
authored
Merge pull request #229322 from Homebrew/bump-pipenv-2025.0.4
pipenv 2025.0.4
2 parents ceb0890 + 864a0fd commit d6c7a3d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/p/pipenv.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ class Pipenv < Formula
33

44
desc "Python dependency management tool"
55
homepage "https://github.com/pypa/pipenv"
6-
url "https://files.pythonhosted.org/packages/59/ca/397e375554481d70356d29890d44398aec3b52a0484b32a7e25c487ee81e/pipenv-2025.0.3.tar.gz"
7-
sha256 "f0a67aa928824e61003d52acea72a94b180800019f03d38a311966f6330bc8d1"
6+
url "https://files.pythonhosted.org/packages/3b/15/4c869c2ec2819f8e6529cc26a044c9f7c714246c972b9b2cbbafda0847f9/pipenv-2025.0.4.tar.gz"
7+
sha256 "36fc2a7841ccdb2f58a9f787b296c2e15dea3b5b79b84d4071812f28b7e8d7a2"
88
license "MIT"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "61d780b7a748b63bd05b46b5440d59814c1f2595ef2e46f4752acc1dd41ba209"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "61d780b7a748b63bd05b46b5440d59814c1f2595ef2e46f4752acc1dd41ba209"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "61d780b7a748b63bd05b46b5440d59814c1f2595ef2e46f4752acc1dd41ba209"
14-
sha256 cellar: :any_skip_relocation, sonoma: "ba1a02747fc9d34f12f94a4caefd785c4432e652f73fac7cacefd2a135fe1397"
15-
sha256 cellar: :any_skip_relocation, ventura: "ba1a02747fc9d34f12f94a4caefd785c4432e652f73fac7cacefd2a135fe1397"
16-
sha256 cellar: :any_skip_relocation, arm64_linux: "825e9f00270a3fd8a89de24fa7a0a25fefbd7744d582d0265ae6e3a437edfe0a"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "825e9f00270a3fd8a89de24fa7a0a25fefbd7744d582d0265ae6e3a437edfe0a"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "72ff8d73973d4503e73fb08b30a6c2f0ab6faf1bf9921e4f22245a538466367a"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "72ff8d73973d4503e73fb08b30a6c2f0ab6faf1bf9921e4f22245a538466367a"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "72ff8d73973d4503e73fb08b30a6c2f0ab6faf1bf9921e4f22245a538466367a"
14+
sha256 cellar: :any_skip_relocation, sonoma: "1bca7a6982a48f46a6b784a5008b6b63f56aa07cbd0d922f21e57016bd1e93ea"
15+
sha256 cellar: :any_skip_relocation, ventura: "1bca7a6982a48f46a6b784a5008b6b63f56aa07cbd0d922f21e57016bd1e93ea"
16+
sha256 cellar: :any_skip_relocation, arm64_linux: "a243113cfa8920a0ff33345449d6fdb5ed65c3dbc2160b38b1862ca5e83fd536"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a243113cfa8920a0ff33345449d6fdb5ed65c3dbc2160b38b1862ca5e83fd536"
1818
end
1919

2020
depends_on "certifi"

0 commit comments

Comments
 (0)