Skip to content

Commit 2f26736

Browse files
committed
numcpp 2.14.1
1 parent 086d986 commit 2f26736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/n/numcpp.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

0 commit comments

Comments
 (0)