python3Packages.libpass: 1.9.1 -> 1.9.1.post0

https://github.com/ThirVondukr/passlib/blob/1.9.1.post0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:27 +02:00
parent 8955b4a980
commit 5703bcb63b
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "libpass";
version = "1.9.1";
version = "1.9.1.post0";
pyproject = true;
src = fetchFromGitHub {
owner = "ThirVondukr";
repo = "passlib";
tag = version;
hash = "sha256-G6Fu1RjVb+OPdxt2hWpgAzTefRA41S0zV4hSvvCEWEA=";
hash = "sha256-4J18UktqllRA8DVdHL4AJUuAkjZRdUjiql9a71XXhCA=";
};
build-system = [ hatchling ];