Skip to content

Commit 8aa1120

Browse files
authored
Merge pull request #246756 from Homebrew/bump-dxpy-0.399.0
dxpy 0.399.0
2 parents 151268c + 9f48e26 commit 8aa1120

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

Formula/d/dxpy.rb

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@ class Dxpy < Formula
33

44
desc "DNAnexus toolkit utilities and platform API bindings for Python"
55
homepage "https://github.com/dnanexus/dx-toolkit"
6-
url "https://files.pythonhosted.org/packages/98/44/f0bd42415231c102ea570809cfa96c8ce95c9eb01b0768445c4e9c62a2f2/dxpy-0.398.0.tar.gz"
7-
sha256 "9d4254f9366a2126d8c0d47fc613decde832de13875b6f4bb09e19f14b830fe3"
6+
url "https://files.pythonhosted.org/packages/48/a8/e92a62d609bcc08b2e7afaf97380e50dbff8ccc3c689d3ba4cb56db2bd21/dxpy-0.399.0.tar.gz"
7+
sha256 "807ec02d82e1153d95c2522403c2b363c050caeae91ec2379ffc6299fb8b9441"
88
license "Apache-2.0"
99

1010
bottle do
11-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "570f5f5b982d55578d8f24ad53992a82b0b69d5990947980f2e7b598f3947798"
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c8c0af6fb9090423fb514204e07ce77ce72ee6e537544d8d87962d04ea14c921"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d035248538b7cf0f64992dc08426d106a2800ba6a3f2d3b95d3190520f88eb61"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "176b311f09f2cbf21d8f5316dc1f32c04040b6bdd249a071f0530a2cc374c304"
15-
sha256 cellar: :any_skip_relocation, sonoma: "6634c3c0ff84dc553b8a8a4ce617b097ff951d0d4cee78b4aeceddd0e4203cfb"
16-
sha256 cellar: :any_skip_relocation, ventura: "2b7f0d3e7926591ce789e1a7248c09f5cd36a3e1abe14b5831f567e7f6e57ded"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "30bc2e8afaf7c9da3787ced580e9f86834508d2199a35f51375adc554ab35f97"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "eddcc46514e1a84054f603d5d88c84de9872ac85f18963ecbd1dd376a69590eb"
11+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "2f28428e1d473b45a04ca747aa9881cd5581626987d1f8a1256822c61a8ac721"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d6c695b75640696a511d39e1de87b507bc66e4fb552a7261cc42cee90597ae04"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1125db37e5854fa2ce1a4d05f3068b6b4cafb7d81d978c1b672e5e4f4d8a448b"
14+
sha256 cellar: :any_skip_relocation, sonoma: "ca4f2e999e03f83fe398fce7b07ff48c0095f4894325b3814f46f15d16f76e08"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "77e301546045002ea570beb451faf290187d988e8e5b84fe99f6591cd6c790c1"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7211ee5accc21a813976897430526b0577c7f6b2a79e63147789c9f8aeb88e57"
1917
end
2018

2119
depends_on "certifi"
@@ -39,8 +37,8 @@ class Dxpy < Formula
3937
end
4038

4139
resource "psutil" do
42-
url "https://files.pythonhosted.org/packages/2a/80/336820c1ad9286a4ded7e845b2eccfcb27851ab8ac6abece774a6ff4d3de/psutil-7.0.0.tar.gz"
43-
sha256 "7be9c3eba38beccb6495ea33afd982a44074b78f28c434a1f51cc07fd315c456"
40+
url "https://files.pythonhosted.org/packages/b3/31/4723d756b59344b643542936e37a31d1d3204bcdc42a7daa8ee9eb06fb50/psutil-7.1.0.tar.gz"
41+
sha256 "655708b3c069387c8b77b072fc429a57d0e214221d01c0a772df7dfedcb3bcd2"
4442
end
4543

4644
resource "python-dateutil" do

0 commit comments

Comments
 (0)