python37Packages.foxdot: 0.8.1 -> 0.8.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-foxdot/versions
This commit is contained in:
R. RyanTM 2019-10-06 22:36:35 -07:00 committed by Jon
parent 13257650da
commit 2d272e93c8

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "FoxDot";
version = "0.8.1";
version = "0.8.3";
src = fetchPypi {
inherit pname version;
sha256 = "147n2c9rwmrby8rr6xfxlh7mfm12lqk2a7v1gxlzhq1i2jj1j5h4";
sha256 = "07ll1rh1bkq1dpb7gxd86jsjhxni73kp9iljiy0d2b86ji8h108p";
};
propagatedBuildInputs = [ tkinter supercollider ];