From 2f39745cc482cfa31675703cf575564ffe320319 Mon Sep 17 00:00:00 2001 From: Mauricio Collares Date: Sun, 18 Dec 2022 17:16:50 -0300 Subject: [PATCH] gap: 4.12.1 -> 4.12.2 --- pkgs/applications/science/math/gap/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/science/math/gap/default.nix b/pkgs/applications/science/math/gap/default.nix index c65507228f82..677e7d9a0d96 100644 --- a/pkgs/applications/science/math/gap/default.nix +++ b/pkgs/applications/science/math/gap/default.nix @@ -66,11 +66,11 @@ in stdenv.mkDerivation rec { pname = "gap"; # https://www.gap-system.org/Releases/ - version = "4.12.1"; + version = "4.12.2"; src = fetchurl { url = "https://github.com/gap-system/gap/releases/download/v${version}/gap-${version}.tar.gz"; - sha256 = "sha256-+evvEe4xshDONuPHCWB0K04lMoK71ScK3JMkJzySsBY="; + sha256 = "sha256-ZyMIdF63iiIklO6N1nhu3VvDMUVvzGRWrAZL2yjVh6g="; }; # remove all non-essential packages (which take up a lot of space)