diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2019-12-19 20:31:13 +0100 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2019-12-30 16:46:43 +0100 |
| commit | 8dd701bb074bc4f28de25864d0c200092b076482 (patch) | |
| tree | f5d53921bf8a06ecb6c8dc85a897c9e2cf9cd4d9 /pkgs/development/python-modules/hmmlearn | |
| parent | python: gunicorn: 19.9.0 -> 20.0.4 (diff) | |
| download | nixpkgs-8dd701bb074bc4f28de25864d0c200092b076482.tar.gz | |
python: hmmlearn: 0.2.2 -> 0.2.3
Diffstat (limited to 'pkgs/development/python-modules/hmmlearn')
| -rw-r--r-- | pkgs/development/python-modules/hmmlearn/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hmmlearn/default.nix b/pkgs/development/python-modules/hmmlearn/default.nix index 32c79b171366..e29c31e6fa7b 100644 --- a/pkgs/development/python-modules/hmmlearn/default.nix +++ b/pkgs/development/python-modules/hmmlearn/default.nix @@ -2,11 +2,11 @@ buildPythonPackage rec { pname = "hmmlearn"; - version = "0.2.2"; + version = "0.2.3"; src = fetchurl { url = "mirror://pypi/h/hmmlearn/${pname}-${version}.tar.gz"; - sha256 = "081c53xs5wn5vikwslallwdv0am09w9cbbggl5dbkqpnic9zx4h4"; + sha256 = "8003d5dc55612de8016156abdc7aa1dd995abc2431adb1ef33dd84a6d29e56bf"; }; buildInputs = [ setuptools_scm cython ]; |
