execline: 2.9.1.0 -> 2.9.3.0
This commit is contained in:
parent
30e6d6ce53
commit
82e832bbf2
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue