1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

diceware: 0.9.5 -> 0.9.6

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/diceware/versions
This commit is contained in:
R. RyanTM 2018-12-26 00:50:17 -08:00 committed by Frederik Rietdijk
parent e45ca47f14
commit ae0f5d2705

View file

@ -6,11 +6,11 @@ with pythonPackages;
buildPythonApplication rec {
pname = "diceware";
version = "0.9.5";
version = "0.9.6";
src = fetchPypi {
inherit pname version;
sha256 = "22a998361fd2afbc7890062e228235b3501084de1e6a5bb61f16d2637977f50d";
sha256 = "0klb0ysybzlh2wihvir82hgq62v0jjmlcqklwajyms7c0p529yby";
};
nativeBuildInputs = [ pytestrunner ];