gap: 4.12.1 -> 4.12.2

This commit is contained in:
Mauricio Collares 2022-12-18 17:16:50 -03:00
parent e75ed2f09f
commit 2f39745cc4

View File

@ -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)