summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/hmmlearn
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-02-06 00:16:31 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-02-06 00:16:31 +0000
commite8ed561efa0812f08b3c4298ba509e5e69c3801e (patch)
treec9b4ecf4dd96b2409bb4a397da98e3cc563bc916 /pkgs/development/python-modules/hmmlearn
parentMerge pull request #109065 from Technical27/add-auto-cpufreq-module (diff)
downloadnixpkgs-e8ed561efa0812f08b3c4298ba509e5e69c3801e.tar.gz
python37Packages.hmmlearn: 0.2.4 -> 0.2.5
Diffstat (limited to 'pkgs/development/python-modules/hmmlearn')
-rw-r--r--pkgs/development/python-modules/hmmlearn/default.nix4
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 3f601eacc429..8d2afcf5e722 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.4";
+ version = "0.2.5";
src = fetchurl {
url = "mirror://pypi/h/hmmlearn/${pname}-${version}.tar.gz";
- sha256 = "0f5cb598a7494b9703c6188246dc89e529d46cbb6700eca70cc895085f0b3cc3";
+ sha256 = "14fb4ad3fb7529785844a25fae5d32272619fb5973cc02c8784018055470ca01";
};
buildInputs = [ setuptools_scm cython ];