We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086d986 commit 2f26736Copy full SHA for 2f26736
Formula/n/numcpp.rb
@@ -1,8 +1,8 @@
1
class Numcpp < Formula
2
desc "C++ implementation of the Python Numpy library"
3
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"
+ url "https://github.com/dpilger26/NumCpp/archive/refs/tags/Version_2.14.1.tar.gz"
+ sha256 "a535939304f1dccef4ddfc1d46e6202da658a41f1ef83de6485301268d2dc26d"
6
license "MIT"
7
head "https://github.com/dpilger26/NumCpp.git", branch: "master"
8
0 commit comments