lol
0
fork

Configure Feed

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

python3Packages.hmmlearn: 0.3.2 -> 0.3.3

+2 -2
+2 -2
pkgs/development/python-modules/hmmlearn/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "hmmlearn"; 16 - version = "0.3.2"; 16 + version = "0.3.3"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.6"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-7a9IX9seqI2prGQrIAbGPZlQ3RXU0TL3IFMF04Pm90U="; 23 + hash = "sha256-HTxdxMUlfgwjjcH+U4dwC4y5h+q4CO2z4Mc4KfHMROw="; 24 24 }; 25 25 26 26 buildInputs = [