python: gpsoauth: 0.2.0 -> 0.4.1

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:01 +01:00
parent f510d522bf
commit 7c836897de

View File

@ -16,12 +16,12 @@
}:
buildPythonPackage rec {
version = "0.2.0";
version = "0.4.1";
pname = "gpsoauth";
src = fetchPypi {
inherit pname version;
sha256 = "01zxw8rhml8xfwda7ba8983890bzwkfa55ijd6qf8qrdy6ja1ncn";
sha256 = "1c3f45824d45ac3d06b9d9a0c0eccafe1052505d31ac9a698aef8b00fb0dfc37";
};
propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodome requests six ];