Skip to content

Commit 9a55f69

Browse files
committed
remind: 05.03.01 -> 05.03.02
1 parent 3a05eeb commit 9a55f69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/re/remind/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
tcl.mkTclDerivation rec {
1818
pname = "remind";
19-
version = "05.03.01";
19+
version = "05.03.02";
2020

2121
src = fetchFromGitea {
2222
domain = "git.skoll.ca";
2323
owner = "Skollsoft-Public";
2424
repo = "Remind";
2525
rev = version;
26-
hash = "sha256-hthr6BELNGnFd1JB+fA10FYIsy8Cs9pPs6J4yOfy+d0=";
26+
hash = "sha256-lVFa7STvkNVX9D+f5E7H7ArVxThzdWAh7h3Q4b8bIC4=";
2727
};
2828

2929
propagatedBuildInputs = lib.optionals withGui [

0 commit comments

Comments
 (0)