python313Packages.xkcdpass: 1.19.9 -> 1.20.0 (#387955)

This commit is contained in:
Fabian Affolter
2025-03-07 20:56:18 +01:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "xkcdpass";
version = "1.19.9";
version = "1.20.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qU+HG9qHBmjlxl64QpbpOWADYt8swDa5HFyjgVvSktc=";
hash = "sha256-tav9fStZzdpZ+Tf7IiEKxGSa0NLgnh+Hv+dKVOI60Yo=";
};
nativeBuildInputs = [ installShellFiles ];