From aa4223071b684516474b165e2f5cda7bff49910d Mon Sep 17 00:00:00 2001 From: owine Date: Fri, 31 Dec 2021 20:19:31 -0600 Subject: [PATCH] numpy 1.22.0 Closes #92338. Signed-off-by: rui Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Aliases/{numpy@1.21 => numpy@1.22} | 0 Formula/numpy.rb | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename Aliases/{numpy@1.21 => numpy@1.22} (100%) diff --git a/Aliases/numpy@1.21 b/Aliases/numpy@1.22 similarity index 100% rename from Aliases/numpy@1.21 rename to Aliases/numpy@1.22 diff --git a/Formula/numpy.rb b/Formula/numpy.rb index 33e7f3dcb06..a1be5db894c 100644 --- a/Formula/numpy.rb +++ b/Formula/numpy.rb @@ -1,8 +1,8 @@ class Numpy < Formula desc "Package for scientific computing with Python" homepage "https://www.numpy.org/" - url "https://files.pythonhosted.org/packages/c2/a8/a924a09492bdfee8c2ec3094d0a13f2799800b4fdc9c890738aeeb12c72e/numpy-1.21.5.zip" - sha256 "6a5928bc6241264dce5ed509e66f33676fc97f464e7a919edc672fb5532221ee" + url "https://files.pythonhosted.org/packages/50/e1/9b0c184f04b8cf5f3c941ffa56fbcbe936888bdac9aa7ba6bae405ac752b/numpy-1.22.0.zip" + sha256 "a955e4128ac36797aaffd49ab44ec74a71c11d6938df83b1285492d277db5397" license "BSD-3-Clause" head "https://github.com/numpy/numpy.git", branch: "main"