3
0
Fork 0
forked from mirrors/nixpkgs

gpsoauth: 0.0.4 -> 0.2.0

This commit is contained in:
Carl Sverre 2016-11-24 14:41:09 -08:00
parent 555928c228
commit 8602f82169

View file

@ -7271,12 +7271,12 @@ in {
};
gpsoauth = buildPythonPackage rec {
version = "0.0.4";
version = "0.2.0";
name = "gpsoauth-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/g/gpsoauth/${name}.tar.gz";
sha256 = "1mhd2lkl1f4fmia1cwxwik8gvqr5q16scjip7kfwzadh9a11n9kw";
sha256 = "01zxw8rhml8xfwda7ba8983890bzwkfa55ijd6qf8qrdy6ja1ncn";
};
propagatedBuildInputs = with self; [
@ -7289,7 +7289,7 @@ in {
pyopenssl
pyasn1
pycparser
pycrypto
pycryptodome
requests2
six
];