execline: 2.9.1.0 -> 2.9.3.0

This commit is contained in:
Alyssa Ross 2023-04-02 20:57:37 +00:00
parent 30e6d6ce53
commit 82e832bbf2

View File

@ -2,7 +2,7 @@
with skawarePackages;
let
version = "2.9.1.0";
version = "2.9.3.0";
# Maintainer of manpages uses following versioning scheme: for every
# upstream $version he tags manpages release as ${version}.1, and,
@ -19,7 +19,7 @@ in buildPackage {
inherit version;
pname = "execline";
sha256 = "tdaOAh+gxGeQidJlEQpsgfTswUEGe/aG3MtL/QYcBAQ=";
sha256 = "yAJ/pwki0RfN7ozCDSd+ONA/2WDm0TbYzsMmA9TsI40=";
description = "A small scripting language, to be used in place of a shell in non-interactive scripts";