Commit 70ea3de6 authored by Anthony Roussel's avatar Anthony Roussel
Browse files

remind: 04.00.01 -> 04.00.02

parent 62ca0f7a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@ let
in
tcl.mkTclDerivation rec {
  pname = "remind";
  version = "04.00.01";
  version = "04.00.02";

  src = fetchurl {
    url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
    sha256 = "sha256-NhXS7WpFbKuRFiAWDSy+g9PoYVQcpugLppQEF/S5WeI=";
    sha256 = "sha256-8Yrdu3IMN1yD+zlAAlEW688EVqNYZQhkKzxtsAKtd3Q=";
  };

  propagatedBuildInputs = tclLibraries;