mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
Merge pull request #19932 from igsha/passlib
pythonPackages.passlib: 1.6.2 -> 1.6.5
This commit is contained in:
commit
cb2de9354f
1 changed files with 2 additions and 2 deletions
|
@ -8168,12 +8168,12 @@ in {
|
|||
};
|
||||
|
||||
passlib = buildPythonPackage rec {
|
||||
version = "1.6.2";
|
||||
version = "1.6.5";
|
||||
name = "passlib-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/p/passlib/passlib-${version}.tar.gz";
|
||||
sha256 = "e987f6000d16272f75314c7147eb015727e8532a3b747b1a8fb58e154c68392d";
|
||||
sha256 = "1z27wdxs5rj5xhhqfzvzn3yg682irkxw6dcs5jj7mcf97psk8gd8";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ nose pybcrypt];
|
||||
|
|
Loading…
Reference in a new issue