Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #36114 from asymmetric/asymmetric/diceware

diceware: 0.9.3 -> 0.9.4

authored by Jörg Thalheim and committed by GitHub 9ac402a2 2bcf92ae

+3 -15
+3 -15
pkgs/tools/security/diceware/default.nix
··· 7 7 8 8 buildPythonApplication rec { 9 9 pname = "diceware"; 10 - version = "0.9.3"; 10 + version = "0.9.4"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "0p09q6945qvdmvckjl8rfqx0g8nf6igc3c6rab6v74k9bsmbf15p"; 14 + sha256 = "0855n4dh16ws1dhw1ixxwk3wx7qr45xff7pn32pjg58p4z4cx168"; 15 15 }; 16 16 17 17 nativeBuildInputs = [ pytestrunner ]; 18 18 19 - checkInputs = [ pytest ]; 20 - 21 - # NOTE: remove once 0.9.4 is released 22 - patches = [ 23 - (fetchpatch { 24 - url = "${meta.homepage}/commit/86379bf49ade2b486071d6d330515f01ecb06ab4.patch"; 25 - sha256 = "0nxvxiqvxfsa9y6zwy9k7shsd0fk92psdzi4klqwd4wy3lbmw8di"; 26 - }) 27 - (fetchpatch { 28 - url = "${meta.homepage}/commit/a7d844df76cd4b95a717f21ef5aa6167477b6733.patch"; 29 - sha256 = "0ab4fc2pbl2hcxqw5rr6awbhlnmdna6igqjijywwr1byzb7ga4iq"; 30 - }) 31 - ]; 19 + checkInputs = [ coverage pytest ]; 32 20 33 21 # see https://github.com/ulif/diceware/commit/a7d844df76cd4b95a717f21ef5aa6167477b6733 34 22 checkPhase = ''