Merge pull request #75370 from r-ryantm/auto-update/python3.8-pomegranate

python38Packages.pomegranate: 0.11.1 -> 0.11.2
This commit is contained in:
Mario Rodas 2019-12-10 00:36:35 -05:00 committed by GitHub
commit 9527e915f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "pomegranate";
version = "0.11.1";
version = "0.11.2";
src = fetchFromGitHub {
repo = pname;
owner = "jmschrei";
rev = "v${version}";
sha256 = "19kdzqyj86aldsls68a6ymrs8sasv3a8r4wjmfdmcif1xsg6zb4q";
sha256 = "070ciwww1lhjmfwd5n1kcwgxwbgdfvmhjs4l156bnf08z9dlrafl";
};
propagatedBuildInputs = [ numpy scipy cython networkx joblib pyyaml ];