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

python38Packages.xkcdpass: 1.19.2 -> 1.19.3

authored by Fabian Affolter and committed by GitHub 330aeaff d9de842f

+2 -2
+2 -2
pkgs/development/python-modules/xkcdpass/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "xkcdpass"; 10 - version = "1.19.2"; 10 + version = "1.19.3"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "sha256-F7977Tb8iu/pRy6YhginJgK0N0G3CjPpHjomLTFf1F8="; 14 + sha256 = "c5a2e948746da6fe504e8404284f457d8e98da6df5047c6bb3f71b18882e9d2a"; 15 15 }; 16 16 17 17 nativeBuildInputs = [ installShellFiles ];