Merge pull request #143196 from r-ryantm/auto-update/python38Packages.blis

This commit is contained in:
Sandro 2021-10-27 20:34:20 +02:00 committed by GitHub
commit add4cc2aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "blis";
version = "0.7.4";
version = "0.7.5";
src = fetchPypi {
inherit pname version;
sha256 = "7daa615a97d4f28db0f332b710bfe1900b15d0c25841c6d727965e4fd91e09cf";
sha256 = "833e01e9eaff4c01aa6e049bbc1e6acb9eca6ee513d7b35b5bf135d49705ad33";
};
nativeBuildInputs = [