3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #92524 from r-ryantm/auto-update/python3.8-s-tui

s-tui: 1.0.0 -> 1.0.1
This commit is contained in:
Will Dietz 2020-07-06 18:34:30 -05:00 committed by GitHub
commit f32641c7ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
python3Packages.buildPythonPackage rec {
pname = "s-tui";
version = "1.0.0";
version = "1.0.1";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "0r5yhlsi5xiy7ii1w4kqkaxz9069v5bbfwi3x3xnxhk51yjfgr8n";
sha256 = "1gqrb2xxii43j7kszy7kvv4f6hr8ac4p0m9q8i1xs5fhsqcx186i";
};
propagatedBuildInputs = with python3Packages; [