rtv: 1.4 -> 1.4.2

This commit is contained in:
Jascha Geerds 2015-08-07 14:18:01 +02:00
parent c17cc5a56a
commit 84a4ed9a46

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, pkgs, python, pythonPackages }:
pythonPackages.buildPythonPackage rec {
version = "1.4";
version = "1.4.2";
name = "rtv-${version}";
src = fetchFromGitHub {
owner = "michael-lazar";
repo = "rtv";
rev = "v${version}";
sha256 = "071p7idprknpra6mrdjjka8lrr80ykag62rhbsaf6zcz1d9p55cp";
sha256 = "103ahwaaghxpih5bkbzqyqgxqmx6kc859vjla8fy8scg21cijghh";
};
propagatedBuildInputs = with pythonPackages; [