about summary refs log tree commit diff
path: root/pkgs/development/python-modules/gpsoauth
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-12-02 23:40:50 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-12-03 16:50:41 +0100
commit023580878ca9fa2357b7e45b526ae66b10e38d14 (patch)
treea97921b2d2286c8c46b96cdab896821cde7c18e1 /pkgs/development/python-modules/gpsoauth
parentb0c44debac71e10b9e2cfd073ded42306ca20397 (diff)
python.pkgs.gpsoauth: 0.2.0 -> 0.4.1
Diffstat (limited to 'pkgs/development/python-modules/gpsoauth')
-rw-r--r--pkgs/development/python-modules/gpsoauth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/gpsoauth/default.nix b/pkgs/development/python-modules/gpsoauth/default.nix
index a759b5fa4d457..57130a7aa5294 100644
--- a/pkgs/development/python-modules/gpsoauth/default.nix
+++ b/pkgs/development/python-modules/gpsoauth/default.nix
@@ -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";