about summary refs log tree commit diff
path: root/pkgs/development/python-modules/hmmlearn
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-12-19 20:31:13 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-12-30 16:46:43 +0100
commit8dd701bb074bc4f28de25864d0c200092b076482 (patch)
treef5d53921bf8a06ecb6c8dc85a897c9e2cf9cd4d9 /pkgs/development/python-modules/hmmlearn
parent529b2eb58de07b46c421eba67ce00e96b963e974 (diff)
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.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 32c79b1713668..e29c31e6fa7be 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 ];