python313Packages.libpass: 1.9.0 -> 1.9.1
Diff: https://github.com/ThirVondukr/passlib/compare/refs/tags/1.9.0...refs/tags/1.9.1 Changelog: https://github.com/ThirVondukr/passlib/blob/1.9.1/CHANGELOG.md
This commit is contained in:
@@ -14,22 +14,18 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "libpass";
|
||||
version = "1.9.0";
|
||||
version = "1.9.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ThirVondukr";
|
||||
repo = "passlib";
|
||||
tag = version;
|
||||
hash = "sha256-Q5OEQkty0/DugRvF5LA+PaDDlF/6ysx4Nel5K2kH5s4=";
|
||||
hash = "sha256-G6Fu1RjVb+OPdxt2hWpgAzTefRA41S0zV4hSvvCEWEA=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
dependencies = [
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
argon2 = [ argon2-cffi ];
|
||||
bcrypt = [ bcrypt ];
|
||||
|
||||
Reference in New Issue
Block a user