Skip to content

Commit 847acb6

Browse files
authored
Merge pull request Homebrew#226909 from Homebrew/bump-pdm-2.25.1
pdm 2.25.1
2 parents e1c7b14 + 39f3736 commit 847acb6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/p/pdm.rb

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

44
desc "Modern Python package and dependency manager supporting the latest PEP standards"
55
homepage "https://pdm-project.org"
6-
url "https://files.pythonhosted.org/packages/0e/29/b1cee516bedda1c308fab7890ea8f72a8ee021ffd216e29b6a78a24bc132/pdm-2.25.0.tar.gz"
7-
sha256 "54189fc90113a93fa0f54770377fc0f5b17e4f09364f4ef17ada8493427cce18"
6+
url "https://files.pythonhosted.org/packages/34/ce/3c407a53b386b1113ad3145e6d660c6690c2f141ca39aa1fe3d6a5e0c666/pdm-2.25.1.tar.gz"
7+
sha256 "3145251f37a3f94fa211ade992e7db7792da4c3e8e3eeeb1993d952adebe0b96"
88
license "MIT"
99
head "https://github.com/pdm-project/pdm.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ce19b59f2786cf5cab16c0e7bbedd2689f6dd07c619bc130efb3b591f8b2da46"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ce19b59f2786cf5cab16c0e7bbedd2689f6dd07c619bc130efb3b591f8b2da46"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce19b59f2786cf5cab16c0e7bbedd2689f6dd07c619bc130efb3b591f8b2da46"
15-
sha256 cellar: :any_skip_relocation, sonoma: "ad159d312ce63c7c072710d9734b08a1306d5ec2c350d6c808b2d27b9ce6bb8c"
16-
sha256 cellar: :any_skip_relocation, ventura: "ad159d312ce63c7c072710d9734b08a1306d5ec2c350d6c808b2d27b9ce6bb8c"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "34fe19d3739370fea4c15954325d30958531edb4d4ee8551a68f4fd319763c69"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "34fe19d3739370fea4c15954325d30958531edb4d4ee8551a68f4fd319763c69"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "183a8ecb83dfb073a1c5d23c0b04647d6b4ca26a4e5eb43c94b8e9a934a88a85"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "183a8ecb83dfb073a1c5d23c0b04647d6b4ca26a4e5eb43c94b8e9a934a88a85"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "183a8ecb83dfb073a1c5d23c0b04647d6b4ca26a4e5eb43c94b8e9a934a88a85"
15+
sha256 cellar: :any_skip_relocation, sonoma: "edb651aa1165d5a6335b56dfcdb80b5ec9139e10dafc6bca40504bc8d817d475"
16+
sha256 cellar: :any_skip_relocation, ventura: "edb651aa1165d5a6335b56dfcdb80b5ec9139e10dafc6bca40504bc8d817d475"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "0fd053fd71ded1eeeb339f4881ef0e787afa8689f88964ddb0a529dba48d6809"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0fd053fd71ded1eeeb339f4881ef0e787afa8689f88964ddb0a529dba48d6809"
1919
end
2020

2121
depends_on "certifi"

0 commit comments

Comments
 (0)