python.pkgs.gpsoauth: 0.2.0 -> 0.4.1

This commit is contained in:
Robert Schütz 2018-12-02 23:40:50 +01:00 committed by Frederik Rietdijk
parent b0c44debac
commit 023580878c

View File

@ -10,7 +10,7 @@
, pyopenssl , pyopenssl
, pyasn1 , pyasn1
, pycparser , pycparser
, pycryptodome , pycryptodomex
, requests , requests
, six , six
}: }:
@ -24,7 +24,7 @@ buildPythonPackage rec {
sha256 = "1c3f45824d45ac3d06b9d9a0c0eccafe1052505d31ac9a698aef8b00fb0dfc37"; 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; { meta = with stdenv.lib; {
description = "A python client library for Google Play Services OAuth"; description = "A python client library for Google Play Services OAuth";