forked from mirrors/nixpkgs
python38Packages.gpsoauth: 0.4.3 -> 1.0.0
This commit is contained in:
parent
74593328f7
commit
8b3c742fd5
|
@ -16,12 +16,12 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.4.3";
|
||||
version = "1.0.0";
|
||||
pname = "gpsoauth";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b38f654450ec55f130c9414d457355d78030a2c29c5ad8f20b28304a9fc8fad7";
|
||||
sha256 = "1c4d6a980625b8ab6f6f1cf3e30d9b10a6c61ababb2b60bfe4870649e9c82be0";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodomex requests six ];
|
||||
|
|
Loading…
Reference in a new issue