about summary refs log tree commit diff
path: root/pkgs/development/python-modules/blis
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-08-17 06:06:22 +0000
committerJon <jonringer@users.noreply.github.com>2020-08-17 09:15:55 -0700
commitc42a38485da19beb36facd2169a8b053121bcbc1 (patch)
tree9200e8f914b4e3639d15d91fdeecd2266dd56c29 /pkgs/development/python-modules/blis
parent9d3a841143a0498b36c076d240b8faf8e14042d7 (diff)
python27Packages.blis: 0.4.1 -> 0.7.1
Diffstat (limited to 'pkgs/development/python-modules/blis')
-rw-r--r--pkgs/development/python-modules/blis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/blis/default.nix b/pkgs/development/python-modules/blis/default.nix
index 596545093a982..596579f814899 100644
--- a/pkgs/development/python-modules/blis/default.nix
+++ b/pkgs/development/python-modules/blis/default.nix
@@ -9,11 +9,11 @@
 
 buildPythonPackage rec {
   pname = "blis";
-  version = "0.4.1";
+  version = "0.7.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "d69257d317e86f34a7f230a2fd1f021fd2a1b944137f40d8cdbb23bd334cd0c4";
+    sha256 = "014771a0f753a64ef5610c5b3d4a090b263073bdd59b8ad0d872ce1e06e7315a";
   };
 
   nativeBuildInputs = [