Skip to content

Commit 95b88bf

Browse files
authored
sympa: 6.2.74 -> 6.2.76 (#379255)
2 parents 2fcdec6 + af68318 commit 95b88bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/sy/sympa/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ let
4747
TemplateToolkit
4848
URI
4949
UnicodeLineBreak
50+
UnicodeUTF8
5051
XMLLibXML
5152

5253
### Features
@@ -70,13 +71,13 @@ let
7071
in
7172
stdenv.mkDerivation rec {
7273
pname = "sympa";
73-
version = "6.2.74";
74+
version = "6.2.76";
7475

7576
src = fetchFromGitHub {
7677
owner = "sympa-community";
7778
repo = pname;
7879
rev = version;
79-
sha256 = "sha256-Z5V4LqogIobs8pT+ED6iZGjnC+J+GQBHq2opu1yv/7k=";
80+
sha256 = "sha256-XvLTO2Wau34zMoi+5d16JnWd/K96w2py9xC5oLlRfRM=";
8081
};
8182

8283
configureFlags = [

0 commit comments

Comments
 (0)