python: xkcdpass: 1.4.2 -> 1.16.5

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:21 +01:00
parent 3e220ac2bc
commit 91bbb5fe4c

View File

@ -5,11 +5,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "xkcdpass"; pname = "xkcdpass";
version = "1.4.2"; version = "1.16.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "4c1f8bee886820c42ccc64c15c3a2275dc6d01028cf6af7c481ded87267d8269"; sha256 = "62961d24466964f4770bdbdbcca9ebdb148d0bdb48a8329c7bf41e9317dbb9d4";
}; };
# No tests included # No tests included