lol

execline: 2.9.4.0 -> 2.9.5.1

+4 -4
+4 -4
pkgs/development/skaware-packages/execline/default.nix
··· 1 1 { lib, fetchFromGitHub, skawarePackages, skalibs }: 2 2 3 3 let 4 - version = "2.9.4.0"; 4 + version = "2.9.5.1"; 5 5 6 6 in skawarePackages.buildPackage { 7 7 inherit version; 8 8 9 9 pname = "execline"; 10 10 # ATTN: also check whether there is a new manpages version 11 - sha256 = "mrVdVhU536dv9Kl5BvqZX8SiiOPeUiXLGp2PqenrxJs="; 11 + sha256 = "33UANdD7IccmW/+37X4bZh3h6EKUSiJSvc3cMtDZchc="; 12 12 13 13 # Maintainer of manpages uses following versioning scheme: for every 14 14 # upstream $version he tags manpages release as ${version}.1, and, ··· 16 16 # ${version}.3 and so on are created. 17 17 manpages = skawarePackages.buildManPages { 18 18 pname = "execline-man-pages"; 19 - version = "2.9.3.0.5"; 20 - sha256 = "0fcjrj4xp7y7n1c55k45rxr5m7zpv6cbhrkxlxymd4j603i9jh6d"; 19 + version = "2.9.5.1.1"; 20 + sha256 = "hLo0TJJ4F2UQ+NkyO9DvVHO0ec86Eps1z99HthBzoIc="; 21 21 description = "Port of the documentation for the execline suite to mdoc"; 22 22 maintainers = [ lib.maintainers.sternenseemann ]; 23 23 };