Merge pull request #136898 from r-ryantm/auto-update/python3.8-xkcdpass

python38Packages.xkcdpass: 1.19.2 -> 1.19.3
This commit is contained in:
Fabian Affolter 2021-09-06 22:42:03 +02:00 committed by GitHub
commit 330aeaff79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "xkcdpass";
version = "1.19.2";
version = "1.19.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-F7977Tb8iu/pRy6YhginJgK0N0G3CjPpHjomLTFf1F8=";
sha256 = "c5a2e948746da6fe504e8404284f457d8e98da6df5047c6bb3f71b18882e9d2a";
};
nativeBuildInputs = [ installShellFiles ];