lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Sandro and committed by
GitHub
add4cc2a 4ec65e6b

+2 -2
+2 -2
pkgs/development/python-modules/blis/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "blis"; 12 - version = "0.7.4"; 12 + version = "0.7.5"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "7daa615a97d4f28db0f332b710bfe1900b15d0c25841c6d727965e4fd91e09cf"; 16 + sha256 = "833e01e9eaff4c01aa6e049bbc1e6acb9eca6ee513d7b35b5bf135d49705ad33"; 17 17 }; 18 18 19 19 nativeBuildInputs = [