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>2022-02-16 11:54:53 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-16 09:04:34 -0800
commit29f06e2e07b09b5690c93e91334f16e156e6976e (patch)
treef9d04bd2f533bdf3bd1c9edfd1cba79ded6d277c /pkgs/development/python-modules/blis
parent2a52ad5f76f271f0e1a847768fc5aa4455121586 (diff)
python310Packages.blis: 0.7.5 -> 0.7.6
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 6f0370f044c64..e8e9962f9b4fd 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.7.5";
+  version = "0.7.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "833e01e9eaff4c01aa6e049bbc1e6acb9eca6ee513d7b35b5bf135d49705ad33";
+    sha256 = "sha256-/pexD2ihx7VMDlS+rahOGPTvto3UDJBvuHSPURR0PsY=";
   };
 
   nativeBuildInputs = [