···11{ lib, fetchFromGitHub, skawarePackages, skalibs }:
2233let
44- version = "2.9.4.0";
44+ version = "2.9.5.1";
5566in skawarePackages.buildPackage {
77 inherit version;
8899 pname = "execline";
1010 # ATTN: also check whether there is a new manpages version
1111- sha256 = "mrVdVhU536dv9Kl5BvqZX8SiiOPeUiXLGp2PqenrxJs=";
1111+ sha256 = "33UANdD7IccmW/+37X4bZh3h6EKUSiJSvc3cMtDZchc=";
12121313 # Maintainer of manpages uses following versioning scheme: for every
1414 # upstream $version he tags manpages release as ${version}.1, and,
···1616 # ${version}.3 and so on are created.
1717 manpages = skawarePackages.buildManPages {
1818 pname = "execline-man-pages";
1919- version = "2.9.3.0.5";
2020- sha256 = "0fcjrj4xp7y7n1c55k45rxr5m7zpv6cbhrkxlxymd4j603i9jh6d";
1919+ version = "2.9.5.1.1";
2020+ sha256 = "hLo0TJJ4F2UQ+NkyO9DvVHO0ec86Eps1z99HthBzoIc=";
2121 description = "Port of the documentation for the execline suite to mdoc";
2222 maintainers = [ lib.maintainers.sternenseemann ];
2323 };