about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hmmlearn
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-10-25 10:06:53 +0100
committerJonathan Ringer <jonringer117@gmail.com>2020-11-05 15:46:59 -0800
commit7d9be623822df99d13e0ca5e56840d7fdeb5aba4 (patch)
tree36c5a40969179298a862ef3b34700d1c9ff1250d /pkgs/development/python-modules/hmmlearn
parent97c5d7783969eea49878a210f2d5e6a33ba6567e (diff)
python3Packages.hmmlearn: 0.2.3 -> 0.2.4
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 c92c707d9072e..909606c25ebf8 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.3";
+  version = "0.2.4";
 
   src = fetchurl {
     url = "mirror://pypi/h/hmmlearn/${pname}-${version}.tar.gz";
-    sha256 = "8003d5dc55612de8016156abdc7aa1dd995abc2431adb1ef33dd84a6d29e56bf";
+    sha256 = "0f5cb598a7494b9703c6188246dc89e529d46cbb6700eca70cc895085f0b3cc3";
   };
 
   buildInputs = [ setuptools_scm cython ];