stgit: 1.4 -> 1.5

This commit is contained in:
R. Ryantm 2022-01-31 07:40:17 +00:00 committed by Jonathan Ringer
parent cd1daa018a
commit b484b1c2dd

View File

@ -12,13 +12,13 @@
python3Packages.buildPythonApplication rec {
pname = "stgit";
version = "1.4";
version = "1.5";
src = fetchFromGitHub {
owner = "stacked-git";
repo = "stgit";
rev = "v${version}";
sha256 = "0yx81d61kp33h7n0c14wvcrh8vvjjjq4xjh1qwq2sdbmqc43p3hg";
sha256 = "sha256-TsJr2Riygz/DZrn6UZMPvq1tTfvl3dFEZZNq2wVj1Nw=";
};
nativeBuildInputs = [ installShellFiles asciidoc xmlto docbook_xsl docbook_xml_dtd_45 ];