Merge pull request #242348 from r-ryantm/auto-update/a2ps

a2ps: 4.15.4 -> 4.15.5
This commit is contained in:
Weijia Wang
2023-07-09 12:50:33 +03:00
committed by GitHub
+2 -2
View File
@@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "a2ps";
version = "4.15.4";
version = "4.15.5";
src = fetchurl {
url = "mirror://gnu/a2ps/a2ps-${version}.tar.gz";
hash = "sha256-SgY/hLqJ2GvhSmcEyjX9EwCDtXLxN2tDmht5tnsgbdc=";
hash = "sha256-gbsbQQTnwmOXYkUe3JeG2vPf6ziErfx9xqydII8w2n8=";
};
postPatch = ''