upass: 0.1.3 -> 0.1.4

Also update the source to github, so we can get the updates faster (pypi
does not have the update yet).
This commit is contained in:
Matthias Beyer 2015-09-19 13:29:07 +02:00
parent e85da2fec1
commit 3c27149fea

View file

@ -15084,12 +15084,12 @@ let
};
upass = buildPythonPackage rec {
version = "0.1.3";
version = "0.1.4";
name = "upass-${version}";
src = pkgs.fetchurl {
url = "http://pypi.python.org/packages/source/u/upass/upass-${version}.tar.gz";
sha256 = "1gwp1b2xydc06pnj4a7kwadzs81fizqiyrq07l82dqjx4zkwn292";
url = "https://github.com/Kwpolska/upass/archive/v${version}.tar.gz";
sha256 = "0f2lyi7xhvb60pvzx82dpc13ksdj5k92ww09czclkdz8k0dxa7hb";
};
propagatedBuildInputs = with pythonPackages; [