python: rl-coach: 0.12.1 -> 1.0.1

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:47 +02:00
parent 64b045b154
commit da2c481b0a
1 changed files with 2 additions and 2 deletions

View File

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