Merge pull request #297801 from r-ryantm/auto-update/normaliz

normaliz: 3.10.1 -> 3.10.2
This commit is contained in:
Pol Dellaiera 2024-03-25 08:52:01 +01:00 committed by GitHub
commit fb32ab976a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "normaliz";
version = "3.10.1";
version = "3.10.2";
src = fetchFromGitHub {
owner = "normaliz";
repo = "normaliz";
rev = "v${finalAttrs.version}";
hash = "sha256-nnSauTlS5R6wbaoGxR6HFacFYm5r4DAhoP9IVe4ajdc=";
hash = "sha256-Q4OktVvFobP25fYggIqBGtSJu2HsYz9Tm+QbEAz0fMg=";
};
buildInputs = [