python.pkgs.rl-coach: 0.12.0 -> 0.12.1 (#63590)

Adds support for scipy 1.3 and thereby unbreaks the build.
This commit is contained in:
Timo Kaufmann 2019-06-20 23:18:10 +02:00 committed by GitHub
parent 41c6d7adfc
commit 7792ba9127
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,12 +23,12 @@
}:
buildPythonPackage rec {
version = "0.12.0";
version = "0.12.1";
pname = "rl-coach";
src = fetchPypi {
inherit pname version;
sha256 = "0kfm699rsy63726hpz3fyppl7zbl0fzf0vk2kkfgg718mcjxmdnh";
sha256 = "1zqlq61zxn732915nznj7pz8zh6kd6inl170fiavwhs32brmv84l";
};
propagatedBuildInputs = [