Unverified Commit d4e61b7d authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #299854 from r-ryantm/auto-update/remind

remind: 04.03.03 -> 04.03.04
parents 8cb26008 61c9c6cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@ let
in
tcl.mkTclDerivation rec {
  pname = "remind";
  version = "04.03.03";
  version = "04.03.04";

  src = fetchurl {
    url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
    sha256 = "sha256-+/vX6Nu0F84mZcEnd9jFlaVKbJIQQOJiPsxspKF+klQ=";
    sha256 = "sha256-XkF/silBwDlQt9T2wmUMPh7MiE9yB+vXrSQmEnBEpC8=";
  };

  propagatedBuildInputs = tclLibraries;