Merge pull request #126068 from r-ryantm/auto-update/python3.8-i3-balance-workspace

i3-balance-workspace: 1.8.3 -> 1.8.4
master
Ryan Mulligan 2021-06-07 20:02:21 -07:00 committed by GitHub
commit 4cbe74ea20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "i3-balance-workspace";
version = "1.8.3";
version = "1.8.4";
src = fetchPypi {
inherit pname version;
sha256 = "1gndzrwff8gfdqjjxv4zf2h2k0x7y97w1c3mrjpihz8xd0hbnk4d";
sha256 = "bb220eb373e290312b0aafe3d7b1cc1cca34c93189a4fca5bee93ef39aafbe3d";
};
propagatedBuildInputs = [ i3ipc ];