summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-03-30 10:24:19 -0700
committerobadz <obadz-git@obadz.com>2018-03-30 19:57:40 +0100
commit5fe6041341fc9c936918dadb3afad6fd678e0223 (patch)
treec010417c11967302cb4b5110a8904dfa937d3b87 /pkgs/applications
parent965821ff42514eab76eb174c0a3d0eb0467ca607 (diff)
downloadnixlib-5fe6041341fc9c936918dadb3afad6fd678e0223.tar
nixlib-5fe6041341fc9c936918dadb3afad6fd678e0223.tar.gz
nixlib-5fe6041341fc9c936918dadb3afad6fd678e0223.tar.bz2
nixlib-5fe6041341fc9c936918dadb3afad6fd678e0223.tar.lz
nixlib-5fe6041341fc9c936918dadb3afad6fd678e0223.tar.xz
nixlib-5fe6041341fc9c936918dadb3afad6fd678e0223.tar.zst
nixlib-5fe6041341fc9c936918dadb3afad6fd678e0223.zip
python27Packages.spyder: 3.2.7 -> 3.2.8
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/spyder/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.2.8 with grep in /nix/store/q075j1pw2p0j7wldlcq0mx2kj018fgn4-spyder-3.2.8
- directory tree listing: https://gist.github.com/354834c75ad6240801f447820cd9067e
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/spyder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/spyder/default.nix b/pkgs/applications/science/spyder/default.nix
index ed6e6334a5d7..4b3ef167d532 100644
--- a/pkgs/applications/science/spyder/default.nix
+++ b/pkgs/applications/science/spyder/default.nix
@@ -10,11 +10,11 @@
 
 buildPythonApplication rec {
   pname = "spyder";
-  version = "3.2.7";
+  version = "3.2.8";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "b5bb8fe0a556930dc09b68fa2741a0de3da6488843ec960e0c62f1f3b2e08e2f";
+    sha256 = "0iwcby2bxvayz0kp282yh864br55w6gpd8rqcdj1cp3jbn3q6vg5";
   };
 
   # Somehow setuptools can't find pyqt5. Maybe because the dist-info folder is missing?