Skip to content

Commit d2c5517

Browse files
committed
eigenpy 3.9.0
1 parent 85c2ff3 commit d2c5517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/e/eigenpy.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Eigenpy < Formula
22
desc "Python bindings of Eigen library with Numpy support"
33
homepage "https://github.com/stack-of-tasks/eigenpy"
4-
url "https://github.com/stack-of-tasks/eigenpy/releases/download/v3.8.2/eigenpy-3.8.2.tar.gz"
5-
sha256 "a451b2eca0a634d373f4d1457c161d7d30616121f7635f2f38e8ef45e12c1300"
4+
url "https://github.com/stack-of-tasks/eigenpy/releases/download/v3.9.0/eigenpy-3.9.0.tar.gz"
5+
sha256 "672cd3ee675f559d0f4b32d76353fe51891ea95b0046698ce74bb9c4a54ed0f5"
66
license "BSD-2-Clause"
77
head "https://github.com/stack-of-tasks/eigenpy.git", branch: "master"
88

0 commit comments

Comments
 (0)