Merge pull request #184014 from r-ryantm/auto-update/python3.10-s-tui

s-tui: 1.1.3 -> 1.1.4
This commit is contained in:
Jonas Heinrich 2022-08-21 21:44:41 +02:00 committed by GitHub
commit d264c07bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
python3Packages.buildPythonPackage rec {
pname = "s-tui";
version = "1.1.3";
version = "1.1.4";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-t3h8d0yc7i3UvO8CVfBd3/3h3RfGN6yE6hutymOZUdA=";
sha256 = "sha256-soVrmzlVy0zrqvOclR7SfPphp4xAEHv+xdr0NN19ye0=";
};
propagatedBuildInputs = with python3Packages; [