3
0
Fork 0
forked from mirrors/nixpkgs

python: diceware: 0.9.4 -> 0.9.5

This commit is contained in:
Frederik Rietdijk 2018-04-08 08:35:12 +02:00
parent a799c45192
commit d775b0350a

View file

@ -7,11 +7,11 @@ with pythonPackages;
buildPythonApplication rec {
pname = "diceware";
version = "0.9.4";
version = "0.9.5";
src = fetchPypi {
inherit pname version;
sha256 = "0855n4dh16ws1dhw1ixxwk3wx7qr45xff7pn32pjg58p4z4cx168";
sha256 = "22a998361fd2afbc7890062e228235b3501084de1e6a5bb61f16d2637977f50d";
};
nativeBuildInputs = [ pytestrunner ];