python3Packages.libpass: 1.9.1.post0 -> 1.9.2

Diff: https://github.com/ThirVondukr/passlib/compare/1.9.1.post0...1.9.2

Changelog: https://github.com/notypecheck/passlib/releases/tag/1.9.2
This commit is contained in:
Robert Schütz
2025-10-01 14:49:08 -07:00
parent 5d286bae6c
commit bf08457bd1
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "libpass";
version = "1.9.1.post0";
version = "1.9.2";
pyproject = true;
src = fetchFromGitHub {
owner = "ThirVondukr";
repo = "passlib";
tag = version;
hash = "sha256-4J18UktqllRA8DVdHL4AJUuAkjZRdUjiql9a71XXhCA=";
hash = "sha256-xL+92LdZxCH+yu2vz2AC44b4EYiGJbWfPkoSO3mSSjw=";
};
build-system = [ hatchling ];