pythonPackages.blis: 0.7.1 -> 0.7.2

Changelog:

https://github.com/explosion/cython-blis/releases/tag/v0.7.2
This commit is contained in:
Daniël de Kok 2020-11-06 07:52:08 +01:00 committed by Jonathan Ringer
parent e75e997253
commit b117878387

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "blis";
version = "0.7.1";
version = "0.7.2";
src = fetchPypi {
inherit pname version;
sha256 = "014771a0f753a64ef5610c5b3d4a090b263073bdd59b8ad0d872ce1e06e7315a";
sha256 = "c14fb9ec3f5ed7c4940c132c7691469ac5d3e302891d95e935623bf1d4e17fbb";
};
nativeBuildInputs = [