1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 22:50:49 +00:00

s-tui: 0.7.5 -> 0.8.2 (#47133)

This commit is contained in:
Will Dietz 2018-09-21 12:42:36 -05:00 committed by xeji
parent 73862bf812
commit 203b0ac982

View file

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