python27Packages.cmdtest: 0.18 -> 0.32
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-cmdtest/versions
This commit is contained in:
parent
e0950ae9ad
commit
3f145d8e50
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "cmdtest-${version}";
|
name = "cmdtest-${version}";
|
||||||
version = "0.18";
|
version = "0.32";
|
||||||
disabled = isPy3k || isPyPy;
|
disabled = isPy3k || isPyPy;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://code.liw.fi/debian/pool/main/c/cmdtest/cmdtest_${version}.orig.tar.xz";
|
url = "http://code.liw.fi/debian/pool/main/c/cmdtest/cmdtest_${version}.orig.tar.xz";
|
||||||
sha256 = "068f24k8ad520hcf8g3gj7wvq1wspyd46ay0k9xa360jlb4dv2mn";
|
sha256 = "0scc47h1nkmbm5zlvk9bsnsg64kb9r4xadchdinf4f1mph9qpgn6";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ cliapp ttystatus markdown ];
|
propagatedBuildInputs = [ cliapp ttystatus markdown ];
|
||||||
|
|
Loading…
Reference in a new issue