Skip to content

Commit 7a4832f

Browse files
authored
Merge pull request #196730 from Homebrew/bump-pipenv-2024.4.0
pipenv 2024.4.0
2 parents 1916fc9 + 3827c22 commit 7a4832f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/pipenv.rb

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

44
desc "Python dependency management tool"
55
homepage "https://github.com/pypa/pipenv"
6-
url "https://files.pythonhosted.org/packages/3e/8a/52eb8fcbd3e09c64ab569551b101c98e92e79b7cdff987b66480aa6c46a3/pipenv-2024.3.1.tar.gz"
7-
sha256 "c0c920af9a349cd9b25594e62319c1ce33152f3621b3d5afb022387759939d7b"
6+
url "https://files.pythonhosted.org/packages/f1/2a/453a44f0c99ebd56ea041bb5063edf30edab0f2739d977b346c406ca20f5/pipenv-2024.4.0.tar.gz"
7+
sha256 "87b82407a9e2de3cf32a742c131708d7460d5985076c6a9b3c11d774d2929fb1"
88
license "MIT"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a172fce96f294e50506b557c08385e5ba8dccd1c618b832b9e493ce6cb6d1f30"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a172fce96f294e50506b557c08385e5ba8dccd1c618b832b9e493ce6cb6d1f30"
13-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a172fce96f294e50506b557c08385e5ba8dccd1c618b832b9e493ce6cb6d1f30"
14-
sha256 cellar: :any_skip_relocation, sonoma: "ba7002dcab72c4ca093867339afa25c3ef620a39235ad6147deb9e3dead438d8"
15-
sha256 cellar: :any_skip_relocation, ventura: "ba7002dcab72c4ca093867339afa25c3ef620a39235ad6147deb9e3dead438d8"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2232258fe6165177ba4184ce3e85e4233ad18b8f0e8ffc58643c2799d1c9715b"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ea25df0eb0ed154edd4cca9291882f7d1bb7d732adf033163f06d02d736e3be"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ea25df0eb0ed154edd4cca9291882f7d1bb7d732adf033163f06d02d736e3be"
13+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3ea25df0eb0ed154edd4cca9291882f7d1bb7d732adf033163f06d02d736e3be"
14+
sha256 cellar: :any_skip_relocation, sonoma: "f395c4fca21ee6c7e6873a417f741438f273b275e9da0b6e05489c1c5ba5cba5"
15+
sha256 cellar: :any_skip_relocation, ventura: "f395c4fca21ee6c7e6873a417f741438f273b275e9da0b6e05489c1c5ba5cba5"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5847d7add40d9348e2db4f43152047782b7fe1f7fa46f2d639bc8c994a839a76"
1717
end
1818

1919
depends_on "certifi"

0 commit comments

Comments
 (0)