python312Packages.blis: 1.0.1 -> 1.0.2

This commit is contained in:
R. Ryantm 2024-12-05 00:32:09 +00:00
parent bc56516e88
commit b5ef4ed35c

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "blis";
version = "1.0.1";
version = "1.0.2";
pyproject = true;
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "explosion";
repo = "cython-blis";
rev = "refs/tags/release-v${version}";
hash = "sha256-8JaQgTda1EBiZdSrZtKwJ8e/aDENQ+dMmTiH/t1ax5I=";
hash = "sha256-J/EaJNmImcK4zScpbYPlQuoLyjoUkUgxUp6926P6rUQ=";
};
postPatch = ''