python27Packages.foxdot: 0.8.7 -> 0.8.8

This commit is contained in:
R. RyanTM 2020-05-21 10:09:07 +00:00 committed by Jon
parent f0d1eec449
commit 5b6405a83b
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "FoxDot"; pname = "FoxDot";
version = "0.8.7"; version = "0.8.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0c5iqdn17ip6lkf26xb1cwjvcly0448gvqmkbkvhnqy4birc8cf5"; sha256 = "06y626kgaz1wn1qajlngihpvd4qz8m6lx6sknmjqhhrznyji58wi";
}; };
propagatedBuildInputs = [ tkinter supercollider ]; propagatedBuildInputs = [ tkinter supercollider ];