lcalc: 2.1.1 -> 2.2.1 (#507783)

This commit is contained in:
Mauricio Collares
2026-05-29 23:54:40 +00:00
committed by GitHub

View File

@@ -9,14 +9,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "2.1.1";
version = "2.2.1";
pname = "lcalc";
src = fetchFromGitLab {
owner = "sagemath";
repo = "lcalc";
tag = finalAttrs.version;
hash = "sha256-0CYrRGn5YQ07BaGu0Q5otnjwyh3sNq21EXp3M/KlRdw=";
hash = "sha256-L9502+lwSPLk63C14Pxa8OZWhnY4OqKv9WudZO2vP7E=";
};
nativeBuildInputs = [