execline: 2.9.6.0 -> 2.9.6.1 (#348431)

This commit is contained in:
Martin Weinelt 2024-10-15 17:59:14 +02:00 committed by GitHub
commit d65f9110e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,14 @@
{ lib, skawarePackages, skalibs }:
let
version = "2.9.6.0";
version = "2.9.6.1";
in skawarePackages.buildPackage {
inherit version;
pname = "execline";
# ATTN: also check whether there is a new manpages version
sha256 = "uion6Xxetr18pqCYeokl5ERlpb6ZbaoNGPj+yjfXVxo=";
sha256 = "sha256-dpGdYvLeTbGsSzpZ7rPg4JtivN2a3ROuPy2tJvjw5co=";
# Maintainer of manpages uses following versioning scheme: for every
# upstream $version he tags manpages release as ${version}.1, and,
@ -17,7 +17,7 @@ in skawarePackages.buildPackage {
manpages = skawarePackages.buildManPages {
pname = "execline-man-pages";
version = "2.9.6.0.1";
sha256 = "0lyX3rIUZ2JqWioRSm22uDS+q9ONkwIZxfR5E2pSDC4=";
sha256 = "sha256-0lyX3rIUZ2JqWioRSm22uDS+q9ONkwIZxfR5E2pSDC4=";
description = "Port of the documentation for the execline suite to mdoc";
maintainers = [ lib.maintainers.sternenseemann ];
};