From 3cc7c87de3c882be37d4bb9378c95135dbcf0634 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 13 Oct 2024 08:07:41 +0000 Subject: [PATCH] mathgl: 8.0.1 -> 8.0.2 --- pkgs/development/libraries/mathgl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/mathgl/default.nix b/pkgs/development/libraries/mathgl/default.nix index e2dc599c4f3b..c5cddcc46c37 100644 --- a/pkgs/development/libraries/mathgl/default.nix +++ b/pkgs/development/libraries/mathgl/default.nix @@ -8,11 +8,11 @@ }: stdenv.mkDerivation rec { pname = "mathgl"; - version = "8.0.1"; + version = "8.0.2"; src = fetchurl { url = "mirror://sourceforge/mathgl/mathgl-${version}.tar.gz"; - sha256 = "sha256-yoS/lIDDntMRLpIMFs49jyiYaY9iiW86V3FBKGIqVao="; + sha256 = "sha256-cWYJlWhKawooI/Z49sQ4q6ukdKEVJGzfX5sLRgq/ysE="; }; nativeBuildInputs = [