s-tui: 0.8.2 -> 0.8.3

https://github.com/amanusk/s-tui/releases/tag/v0.8.3

Drop patch, including it was the reason for this release :).
This commit is contained in:
Will Dietz 2018-12-02 00:17:37 -06:00
parent d23acab3a3
commit 02b1a4ab75

View File

@ -3,11 +3,11 @@
pythonPackages.buildPythonPackage rec {
name = "${pname}-${version}";
pname = "s-tui";
version = "0.8.2";
version = "0.8.3";
src = pythonPackages.fetchPypi {
inherit pname version;
sha256 = "18bn0bpnrljx11gj95m2x5hlsnb8jkivlm6b1xx035ldgj1svgzh";
sha256 = "00lsh2v4i8rwfyjyxx5lijd6rnk9smcfffhzg5sv94ijpcnh216m";
};
propagatedBuildInputs = with pythonPackages; [