ascii: 3.30 -> 3.31

Changes: http://www.catb.org/~esr/ascii/NEWS.html
This commit is contained in:
Bjørn Forsman
2026-02-08 09:10:29 +01:00
parent fef9403a3e
commit 754584f227
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ascii";
version = "3.30";
version = "3.31";
src = fetchFromGitLab {
owner = "esr";
repo = "ascii";
tag = finalAttrs.version;
hash = "sha256-TE9YR5Va9tXaf2ZyNxz7d8lZRTgnD4Lz7FyqRDl1HNY=";
hash = "sha256-fXVREwjiSpLdwNAm6hbuPiCNFqFlpeBiwKsXGaMiY6s=";
};
nativeBuildInputs = [