python.pkgs.gpsoauth: 0.2.0 -> 0.4.1
This commit is contained in:
parent
b0c44debac
commit
023580878c
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
, pyopenssl
|
||||
, pyasn1
|
||||
, pycparser
|
||||
, pycryptodome
|
||||
, pycryptodomex
|
||||
, requests
|
||||
, six
|
||||
}:
|
||||
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||
sha256 = "1c3f45824d45ac3d06b9d9a0c0eccafe1052505d31ac9a698aef8b00fb0dfc37";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodome requests six ];
|
||||
propagatedBuildInputs = [ cffi cryptography enum34 idna ipaddress ndg-httpsclient pyopenssl pyasn1 pycparser pycryptodomex requests six ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A python client library for Google Play Services OAuth";
|
||||
|
|
Loading…
Reference in a new issue