python38Packages.xkcdpass: 1.19.2 -> 1.19.3

This commit is contained in:
R. RyanTM 2021-09-06 13:12:34 +00:00
parent 1871c113f1
commit feee3a28e9

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 ];