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

remind: 03.04.01 -> 03.04.02
This commit is contained in:
7c6f434c 2022-03-24 05:39:54 +00:00 committed by GitHub
commit e245feb3d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@ let
in
tcl.mkTclDerivation rec {
pname = "remind";
version = "03.04.01";
version = "03.04.02";
src = fetchurl {
url = "https://dianne.skoll.ca/projects/remind/download/remind-${version}.tar.gz";
sha256 = "sha256-8INtFmftMb1JSotUdDtMXdSm+UE/8zQW/wIOExr8nkI=";
sha256 = "sha256-kjDcO0l39l2KJXo0elZesKZWDZoSoUXIu1Ua7IxWY4w=";
};
propagatedBuildInputs = tclLibraries;