From 59a01f0b856ef52383e8ff16cb9f09c28ee3f4fb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 29 Nov 2024 19:54:40 +0000 Subject: [PATCH] ensmallen 2.22.0 --- Formula/e/ensmallen.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/e/ensmallen.rb b/Formula/e/ensmallen.rb index 15367389f49121..6e1c6f744c1732 100644 --- a/Formula/e/ensmallen.rb +++ b/Formula/e/ensmallen.rb @@ -1,8 +1,8 @@ class Ensmallen < Formula desc "Flexible C++ library for efficient mathematical optimization" homepage "https://ensmallen.org" - url "https://github.com/mlpack/ensmallen/archive/refs/tags/2.21.1.tar.gz" - sha256 "820eee4d8aa32662ff6a7d883a1bcaf4e9bf9ca0a3171d94c5398fe745008750" + url "https://github.com/mlpack/ensmallen/archive/refs/tags/2.22.0.tar.gz" + sha256 "6794098afc9d41930c288ff111ecd821ca296892f1d4a6e3bab7c4028f0b6e59" license "BSD-3-Clause" head "https://github.com/mlpack/ensmallen.git", branch: "master"