pass2csv: 0.3.2 -> 1.0.0

authored by

R. Ryantm and committed by
Matthieu Coudron
54be84c3 7a8459fd

+2 -2
+2 -2
pkgs/tools/security/pass2csv/default.nix
··· 7 7 8 8 buildPythonApplication rec { 9 9 pname = "pass2csv"; 10 - version = "0.3.2"; 10 + version = "1.0.0"; 11 11 format = "pyproject"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "03a11bd0b0905737f4adb21d87aa1653d84cc1d9b5dcfdfb8a29092245d65db8"; 15 + sha256 = "sha256-a/PQl/nqdj9xOM2hfAIiLuGy5F4KmEWFJihZ4gilaJw="; 16 16 }; 17 17 18 18 nativeBuildInputs = [