about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-06 22:36:35 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-07 10:52:50 -0700
commit2d272e93c80bfb8eec81f63ccb3db3cfbff1d4fb (patch)
tree02c63532a3839701a46f38a8b054fa612da10827 /pkgs/development
parent13257650dadeb00fc7f295a46d1e2663f0795d50 (diff)
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
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/foxdot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/foxdot/default.nix b/pkgs/development/python-modules/foxdot/default.nix
index ed4f950e36313..0ba46c1832bcc 100644
--- a/pkgs/development/python-modules/foxdot/default.nix
+++ b/pkgs/development/python-modules/foxdot/default.nix
@@ -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 ];