forked from mirrors/nixpkgs
python: bcrypt: 3.1.7 -> 3.2.0
This commit is contained in:
parent
84505720e1
commit
73bf26b691
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
with stdenv.lib;
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "3.1.7";
|
||||
version = "3.2.0";
|
||||
pname = "bcrypt";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0b0069c752ec14172c5f78208f1863d7ad6755a6fae6fe76ec2c80d13be41e42";
|
||||
sha256 = "5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29";
|
||||
};
|
||||
buildInputs = [ pycparser mock pytest py ];
|
||||
propagatedBuildInputs = [ six ] ++ optional (!isPyPy) cffi;
|
||||
|
|
Loading…
Add table
Reference in a new issue