Merge pull request #17338 from matthiasbeyer/update-rtv

Update rtv
This commit is contained in:
Frederik Rietdijk
2016-07-28 15:01:31 +02:00
committed by GitHub
2 changed files with 5 additions and 4 deletions

View File

@@ -17228,11 +17228,11 @@ in modules // {
praw = buildPythonPackage rec {
name = "praw-3.3.0";
name = "praw-3.5.0";
src = pkgs.fetchurl {
url = "mirror://pypi/p/praw/${name}.zip";
sha256 = "17s8s4a1yk9rq21f3kmj9k4dbgvfa3650l8b39nhwybvxl3j5nfv";
sha256 = "1hwdzqbrjdkicqhyxpcpsmld21k0ndpy8d2gk6l5mv9isw3dm8qa";
};
propagatedBuildInputs = with self; [