mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python: diceware: 0.9.4 -> 0.9.5
This commit is contained in:
parent
a799c45192
commit
d775b0350a
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue