Merge remote-tracking branch 'origin/master' into gcc-9

This commit is contained in:
Franz Pletz
2019-12-26 14:16:15 +01:00
4311 changed files with 115681 additions and 107815 deletions

View File

@@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "numcodecs";
version = "0.6.3";
version = "0.6.4";
src = fetchPypi {
inherit pname version;
sha256 = "086qwlyi01rpgyyyy8bmhh9i7hpksyz33ldci3wdwmhiblyl362y";
sha256 = "ef4843d5db4d074e607e9b85156835c10d006afc10e175bda62ff5412fca6e4d";
};
nativeBuildInputs = [