1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

pythonPackages: praw: 3.3.0 -> 3.5.0

This commit is contained in:
Matthias Beyer 2016-07-28 14:00:20 +02:00
parent 62ba6b07f2
commit 4954ac202a

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; [