remind: 04.03.03 -> 04.03.04

This commit is contained in:
R. Ryantm 2024-03-28 22:18:31 +00:00
parent b0dc996a60
commit 61c9c6cd03

View File

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