1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pythonPackages.klaus: 0.6.0 -> 0.9.1

This commit is contained in:
Matthias Beyer 2016-06-10 15:29:15 +02:00
parent 61dba074c7
commit 7537e228bc

View file

@ -11714,12 +11714,12 @@ in modules // {
};
klaus = buildPythonPackage rec {
version = "0.6.0";
version = "0.9.1";
name = "klaus-${version}";
src = pkgs.fetchurl {
url = "https://github.com/jonashaag/klaus/archive/${version}.tar.gz";
sha256 = "0ab3lxbysnvsx7irlxhiy78clbk4d0gzv2241pqkkvlmqq3968p4";
sha256 = "0k3v3p56hq8alm083grrp98znxkz1zqx0pczm2lah8qddbyrdkgm";
};
propagatedBuildInputs = with self;