yakut: 0.13.0 -> 0.14.0 (#408010)

authored by Arne Keller and committed by GitHub 49cca7c9 feba5253

+2 -2
+2 -2
pkgs/development/tools/misc/yakut/default.nix
··· 18 18 19 19 buildPythonApplication rec { 20 20 pname = "yakut"; 21 - version = "0.13.0"; 21 + version = "0.14.0"; 22 22 format = "setuptools"; 23 23 24 24 src = fetchPypi { 25 25 inherit pname version; 26 - hash = "sha256-MBVSt01D36rBPW2bopujyu8Opwwavmm7S3tdaWp5ACw="; 26 + hash = "sha256-58SYSbKJWFgxm8QAaLPIDfVowV+NEh2nMEDrwSSBDbI="; 27 27 }; 28 28 29 29 buildInputs = [