doclifter: 2.18 -> 2.19 (#58663)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/doclifter/versions
This commit is contained in:
R. RyanTM 2019-04-07 15:29:49 -07:00 committed by xeji
parent 450f494b0f
commit 89b867d23a

View file

@ -1,10 +1,10 @@
{stdenv, fetchurl, python}:
stdenv.mkDerivation {
name = "doclifter-2.18";
name = "doclifter-2.19";
src = fetchurl {
url = http://www.catb.org/~esr/doclifter/doclifter-2.18.tar.gz;
sha256 = "0g39lbml7dclm2nb20j4ffzhq28226qiwxq1w37p7mpqijm7x3hw";
url = http://www.catb.org/~esr/doclifter/doclifter-2.19.tar.gz;
sha256 = "1as6z7mdjrrkw2kism41q5ybvyzvwcmj9qzla2fz98v9f4jbj2s2";
};
buildInputs = [ python ];