Commit e5db1dc0 authored by R. RyanTM's avatar R. RyanTM
Browse files

lcalc: 2.1.0 -> 2.1.1

parent edc7c67a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@
}:

stdenv.mkDerivation rec {
  version = "2.1.0";
  version = "2.1.1";
  pname = "lcalc";

  src = fetchFromGitLab {
    owner = "sagemath";
    repo = "lcalc";
    tag = version;
    hash = "sha256-v+7Uh6tPOfb3E9dqxx//RqD22XM4S/8ejS2v+D5G5pE=";
    hash = "sha256-0CYrRGn5YQ07BaGu0Q5otnjwyh3sNq21EXp3M/KlRdw=";
  };

  nativeBuildInputs = [