lol
0
fork

Configure Feed

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

python3Packages.preshed: 3.0.9 -> 3.0.10

R. Ryantm 9fdef667 5bd1c9f8

+2 -2
+2 -2
pkgs/development/python-modules/preshed/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "preshed"; 14 - version = "3.0.9"; 14 + version = "3.0.10"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-chhjxSRP/NJlGtCSiVGix8d7EC9OEaJRrYXTfudiFmA="; 21 + hash = "sha256-WlyOaF6UH0/+yX8fvzJpS4EHhYiRpLw0EH+smB2Clv8="; 22 22 }; 23 23 24 24 nativeBuildInputs = [ cython ];