Skip to content

Commit f2f691b

Browse files
authored
Merge pull request #222405 from Homebrew/bump-numcpp-2.14.1
numcpp 2.14.1
2 parents 51e9eff + 925c226 commit f2f691b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/n/numcpp.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Numcpp < Formula
22
desc "C++ implementation of the Python Numpy library"
33
homepage "https://dpilger26.github.io/NumCpp"
4-
url "https://github.com/dpilger26/NumCpp/archive/refs/tags/Version_2.14.0.tar.gz"
5-
sha256 "f7d3a11d12f3209c95c098d0566e6aee072cfc493f1e9376796c91520958686f"
4+
url "https://github.com/dpilger26/NumCpp/archive/refs/tags/Version_2.14.1.tar.gz"
5+
sha256 "a535939304f1dccef4ddfc1d46e6202da658a41f1ef83de6485301268d2dc26d"
66
license "MIT"
77
head "https://github.com/dpilger26/NumCpp.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "00b6562df214a160b99b910f7be4214b7324179d1326c4c5601fe75bba2eba7e"
10+
sha256 cellar: :any_skip_relocation, all: "0fc0fdfbdf091db4c3838048be4f92e3015d6d086c5cb04aea972fb785739d6c"
1111
end
1212

1313
depends_on "cmake" => :build

0 commit comments

Comments
 (0)